diff --git a/.github/workflows/update_contributors.yml b/.github/workflows/update_contributors.yml index 7d5a51c3fd6c..b35ff9651745 100644 --- a/.github/workflows/update_contributors.yml +++ b/.github/workflows/update_contributors.yml @@ -78,7 +78,7 @@ jobs: run: | make update-contributors - # Stage *all* tracked and untracked changes first… + # Stage *all* tracked and untracked changes first... git add -A # If the index is identical to HEAD, nothing real changed: