Skip to content

Commit 83fd4a8

Browse files
committed
Print changelog output
1 parent 2b28371 commit 83fd4a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/parse-changelog.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: cucumber/[email protected]
12+
id: changelog
1213
with:
1314
args: latest
15+
- run: echo ${{ steps.changelog.outputs.result }}

0 commit comments

Comments
 (0)