Skip to content

Commit

Permalink
explicit add files before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Oct 4, 2023
1 parent 1bf1b95 commit 2dde7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git diff --quiet && git diff --staged --quiet || git commit -m "Update the OID map via Github Actions" -a
git add --all
git diff --staged --quiet || git commit -m "Update the OID maps via Github Actions"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 2dde7fa

Please sign in to comment.