diff --git a/.github/workflows/update_maps.yml b/.github/workflows/update_maps.yml index 4f268547d..69894586d 100644 --- a/.github/workflows/update_maps.yml +++ b/.github/workflows/update_maps.yml @@ -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