Skip to content

Commit

Permalink
updated update_credits.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Nov 19, 2023
1 parent 68a352e commit c016fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_credits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Update credits.md with contributor information" || exit 0
Expand Down

0 comments on commit c016fb2

Please sign in to comment.