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 7d0f721 commit 6292273Copy full SHA for 6292273
.github/actions/release_to_prod/action.yml
@@ -11,6 +11,7 @@ runs:
11
# echo "${{github.ref_name}}" -> 7/merge
12
# git rev-parse --abbrev-ref HEAD -> HEAD
13
run: |
14
+ echo "${{ toJson(github) }}"
15
echo "${{github.ref}}"
16
echo "${{github.head_ref}}"
17
echo "${{github.ref_name}}"
0 commit comments