We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc67de3 commit 4a46939Copy full SHA for 4a46939
.github/workflows/github-actions-update-rules.yml
@@ -53,7 +53,7 @@ jobs:
53
name: update rules pr
54
id: remote-update-pr
55
run: |
56
- git push origin "refs/pull/${{ github.event.client_payload.branch }}/head"
+ git push origin "HEAD:refs/pull/${{ github.event.client_payload.branch }}/head"
57
- if: "steps.remote-update.outputs.has_update == 'true' && github.event.client_payload.branch == 'master'"
58
name: Create Draft PR
59
uses: peter-evans/create-pull-request@v5
0 commit comments