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 e705c71 commit b01eec7Copy full SHA for b01eec7
1 file changed
.github/workflows/hello-world.yml
@@ -13,3 +13,5 @@ jobs:
13
steps:
14
- name: Print Hello World
15
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