diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index 9d81a67eee..eaf47e130f 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -39,5 +39,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "github-actions" - git commit -am "Update tracked links" + git add . + git commit -m "Update tracked links" git push