Skip to content

Commit b01eec7

Browse files
committed
Add event details output to workflow
1 parent e705c71 commit b01eec7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/hello-world.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
steps:
1414
- name: Print Hello World
1515
run: echo "HelloWorld - triggered by PlantUML release!"
16+
- name: Print Release Details
17+
run: echo "PlantUML ${{ github.event.client_payload.release }}, snapshot? ${{ github.event.client_payload.snapshot }}"

0 commit comments

Comments
 (0)