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 75f83e6 commit 035f365Copy full SHA for 035f365
.github/workflows/release-build.yml
@@ -15,6 +15,7 @@ jobs:
15
steps:
16
- name: Trigger 'Build and deploy' workflow in 'documentation' repo
17
run: |
18
+ echo ${{ github.event.release }}
19
curl -L \
20
-X POST \
21
-H "Accept: application/vnd.github+json" \
0 commit comments