Correct typo in branch to push to
This commit is contained in:
parent
35f081c8ca
commit
f166b47fa0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/dependabot-js.yml
vendored
2
.github/workflows/dependabot-js.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/dependabot-ruby.yml
vendored
2
.github/workflows/dependabot-ruby.yml
vendored
|
@ -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 }}
|
Loading…
Reference in a new issue