Skip to content

Commit

Permalink
changes should be pushed on to current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Nov 20, 2023
1 parent 05f5166 commit 8b04ed5
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 @@ -28,6 +28,6 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Update credits.md with contributor information"
git push origin master
git push origin HEAD
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8b04ed5

Please sign in to comment.