update score-updater step to push to PR branch, not default branch

This commit is contained in:
Mike Grimes
2022-10-22 11:42:13 -06:00
parent ab8bfe18cb
commit 1a75e5cc76
+1
View File
@@ -71,4 +71,5 @@ jobs:
with:
file-path: README.md
commit-msg: Update score in README
branch: ${{ env.GITHUB_REF_NAME }}
github-token: ${{ secrets.GITHUB_TOKEN }}