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