We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1c22e commit eb7f145Copy full SHA for eb7f145
1 file changed
.github/workflows/notify.yaml
@@ -20,4 +20,4 @@ jobs:
20
- run: |
21
echo "tag -> ${{ github.event.registry_package.package_version.container_metadata.tag.name }}"
22
echo "name -> ${{ github.event.registry_package.name }}"
23
- echo "event -> ${{ github.event }}"
+ echo "event -> ${{ toJSON(github.event) }}"
0 commit comments