Skip to content

Commit 6292273

Browse files
authored
dump entire github object? (#8)
1 parent 7d0f721 commit 6292273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/release_to_prod/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ runs:
1111
# echo "${{github.ref_name}}" -> 7/merge
1212
# git rev-parse --abbrev-ref HEAD -> HEAD
1313
run: |
14+
echo "${{ toJson(github) }}"
1415
echo "${{github.ref}}"
1516
echo "${{github.head_ref}}"
1617
echo "${{github.ref_name}}"

0 commit comments

Comments
 (0)