From f166b47fa067fd5ffb06b6b827abee7f4d6d156e Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Tue, 15 Dec 2020 17:13:33 -0600 Subject: [PATCH] Correct typo in branch to push to --- .github/workflows/dependabot-js.yml | 2 +- .github/workflows/dependabot-ruby.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-js.yml b/.github/workflows/dependabot-js.yml index 81b57790..0cd41b6b 100644 --- a/.github/workflows/dependabot-js.yml +++ b/.github/workflows/dependabot-js.yml @@ -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 }} diff --git a/.github/workflows/dependabot-ruby.yml b/.github/workflows/dependabot-ruby.yml index c7379604..95cc8562 100644 --- a/.github/workflows/dependabot-ruby.yml +++ b/.github/workflows/dependabot-ruby.yml @@ -46,4 +46,4 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.NOTICE_WORKER_PAT }} - branch: ${{ github.ref }} \ No newline at end of file + branch: ${{ github.head_ref }} \ No newline at end of file