We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b28371 commit 83fd4a8Copy full SHA for 83fd4a8
.github/workflows/parse-changelog.yml
@@ -9,5 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: cucumber/[email protected]
12
+ id: changelog
13
with:
14
args: latest
15
+ - run: echo ${{ steps.changelog.outputs.result }}
0 commit comments