Skip to content

Commit

Permalink
Switch obj echo to jq
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn authored Jan 3, 2025
1 parent 95d9852 commit 573ef43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/all_core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Report run metadata
run: |
echo -e "github.event_name:\n\n"${{ toJson(github.event_name) }}"\n"
echo -e "github.event:\n\n${{ toJson(github.event) }}"
echo -e "github.event:\n\n"
jq -n '${{ toJson(github.event) }}'
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 573ef43

Please sign in to comment.