Skip to content

Commit

Permalink
chore: clean up the output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 27, 2024
1 parent 92d1157 commit 3fcea60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
uses: streetsidesoftware/actions/public/summary@v1
with:
text: |
Context: ${{ toJson(github) }}
Context:
`````json
${{ toJson(github) }}
`````
- name: View context attributes
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 3fcea60

Please sign in to comment.