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 cc80a14 commit 0858dd0Copy full SHA for 0858dd0
.github/workflows/promote-branch.yml
@@ -123,6 +123,7 @@ jobs:
123
id: check-pull-request-exists
124
env:
125
GH_TOKEN: ${{ github.token }}
126
+ GH_REPO: ${{ github.repository_owner }}/${{ github.event.repository.name }}
127
current-branch: ${{ github.ref_name }}
128
target-branch: ${{ steps.set-target-branch.outputs.target-branch }}
129
run: |
0 commit comments