Skip to content

Commit 004a383

Browse files
authored
well at least there's no errors now (#11)
1 parent 54dc299 commit 004a383

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/release_to_prod/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ runs:
1111
# echo "${{github.ref_name}}" -> 7/merge
1212
# git rev-parse --abbrev-ref HEAD -> HEAD
1313
run: |
14-
echo "${{github.event}}"
14+
echo "${{github.event.target_commitish}}"
15+
echo "${{github.target_commitish}}"
16+
echo "${{ toJson(github) }}"
1517
shell: bash
1618

1719
- name: Do some release stuff for main

0 commit comments

Comments
 (0)