diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index eaf47e130f..e1fb8d6414 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -28,16 +28,15 @@ jobs: - name: Generate/update file with links. run: | - echo "" > tracked_links.txt -# python make_tracked_links_list.py + python make_tracked_links_list.py - name: Commit and push changes. run: | git fetch git checkout data - git config --global user.email "actions@github.com" - git config --global user.name "github-actions" + git config --global user.email "github-action@users.noreply.github.com" + git config --global user.name "GitHub Action" git add . git commit -m "Update tracked links"