From 3866414d35b59fed7980b7c0c2ef5716bde6da22 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Tue, 13 Sep 2022 19:22:23 -0700 Subject: [PATCH] adjust branch used by github-push-action --- .github/workflows/pull_requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 46dc934..0937b3b 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -31,6 +31,7 @@ jobs: if: success() uses: ad-m/github-push-action@v0.6.0 with: + branch: ${{ github.event.pull_request.head.ref }} github_token: ${{ secrets.GITHUB_TOKEN }} run-danger: runs-on: ubuntu-latest