Skip to content

Commit

Permalink
change dump to use toJson(github) to show the whole object (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored Jan 6, 2024
1 parent 16fe667 commit fca0cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/OnTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Show meta-info
run: |
echo Hello, world!
echo Just GitHub: ${{ github }}
echo GitHub.event: ${{ github.event }}
echo Just GitHub: ${{ toJson(github) }}
echo GitHub.event: ${{ toJson(github.event) }}

0 comments on commit fca0cb0

Please sign in to comment.