Skip to content

Commit

Permalink
dump entire github object? (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyqa authored Dec 13, 2022
1 parent 7d0f721 commit 6292273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/release_to_prod/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ runs:
# echo "${{github.ref_name}}" -> 7/merge
# git rev-parse --abbrev-ref HEAD -> HEAD
run: |
echo "${{ toJson(github) }}"
echo "${{github.ref}}"
echo "${{github.head_ref}}"
echo "${{github.ref_name}}"
Expand Down

0 comments on commit 6292273

Please sign in to comment.