Correct typo in branch to push to

This commit is contained in:
Eric Schultz 2020-12-15 17:13:33 -06:00 committed by Eric Schultz
parent 35f081c8ca
commit f166b47fa0
2 changed files with 2 additions and 2 deletions

View file

@ -45,4 +45,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.NOTICE_WORKER_PAT }}
branch: ${{ github.ref }}
branch: ${{ github.head_ref }}

View file

@ -46,4 +46,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.NOTICE_WORKER_PAT }}
branch: ${{ github.ref }}
branch: ${{ github.head_ref }}