Skip to content

Commit

Permalink
Merge pull request #2192 from habibayassin/pr-update-rules
Browse files Browse the repository at this point in the history
gha: update rules rename push ref
  • Loading branch information
vvbandeira authored Jul 25, 2024
2 parents d87f5b9 + 4a46939 commit 2ed8e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-update-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: update rules pr
id: remote-update-pr
run: |
git push origin "refs/pull/${{ github.event.client_payload.branch }}/head"
git push origin "HEAD:refs/pull/${{ github.event.client_payload.branch }}/head"
- if: "steps.remote-update.outputs.has_update == 'true' && github.event.client_payload.branch == 'master'"
name: Create Draft PR
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 2ed8e05

Please sign in to comment.