diff --git a/.github/workflows/update_credits.yml b/.github/workflows/update_credits.yml index ff216d9dba..8b07186e50 100644 --- a/.github/workflows/update_credits.yml +++ b/.github/workflows/update_credits.yml @@ -27,7 +27,7 @@ jobs: echo "${{ github.event.pull_request.title }}" >> .github/credits.md echo "############################################" >> .github/credits.md - git add credits.md + git add .github/credits.md git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git commit -m "Update credits.md with contributor information" || exit 0