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 54dc299 commit 004a383Copy full SHA for 004a383
.github/actions/release_to_prod/action.yml
@@ -11,7 +11,9 @@ runs:
11
# echo "${{github.ref_name}}" -> 7/merge
12
# git rev-parse --abbrev-ref HEAD -> HEAD
13
run: |
14
- echo "${{github.event}}"
+ echo "${{github.event.target_commitish}}"
15
+ echo "${{github.target_commitish}}"
16
+ echo "${{ toJson(github) }}"
17
shell: bash
18
19
- name: Do some release stuff for main
0 commit comments