We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8133bd6 commit 872ccc4Copy full SHA for 872ccc4
.github/workflows/update.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- uses: actions/checkout@v4
72
with:
73
- ref: ${{ steps.check-existing-pr.checkout_branch }}
+ ref: ${{ steps.check-existing-pr.outputs.checkout_branch }}
74
75
- run: bin/update_cucumber
76
id: cucumber
@@ -92,7 +92,7 @@ jobs:
92
if: steps.cucumber.outputs.cucumber_updated == 'yes'
93
env:
94
GH_TOKEN: ${{ steps.app-token.outputs.token }}
95
- BRANCH_NAME: ${{ steps.check-existing-pr.commit_branch }}
+ BRANCH_NAME: ${{ steps.check-existing-pr.outputs.commit_branch }}
96
COMMIT_MSG: ${{ steps.cucumber.outputs.commit_msg }}
97
PR_EXISTS: ${{ steps.check-existing-pr.outputs.exists }}
98
PR_TITLE: Update to cucumber/gherkin ${{ steps.cucumber.outputs.cucumber_version }}
0 commit comments