Skip to content

Commit

Permalink
output the event
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed May 25, 2024
1 parent a49526e commit 6b39641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/simver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
# print current git context
{
name: print git context,
run: "jq . -r <<< '${{ toJson(github) }}' | tee /dev/stderr",
run: "jq . -r '${{github.event_path}}",
},

{
name: checkout code,
uses: "actions/checkout@v4",
Expand Down

0 comments on commit 6b39641

Please sign in to comment.