Skip to content

Commit

Permalink
Fix typos for linux/mac explicit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas authored May 15, 2022
1 parent 1591c0e commit bf12fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_python_environment_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add gds_py/gds_py_explicit_${{ matrix.os }}.txt
git commit -m "Update explicit {{ matrix.os }} file" --allow-empty
git add gds_py/gds_py_explicit_ubuntu-latest.txt
git commit -m "Update explicit Linux file" --allow-empty
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_python_environment_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add gds_py/gds_py_explicit_${{ matrix.os }}.txt
git commit -m "Update explicit {{ matrix.os }} file" --allow-empty
git add gds_py/gds_py_explicit_macos-latest.txt
git commit -m "Update explicit MacOS file" --allow-empty
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit bf12fba

Please sign in to comment.