Skip to content

Commit

Permalink
fix: escape object output
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jul 19, 2023
1 parent 49d0c1d commit a261571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
steps:
- name: Debug
run: |
echo ${{ toJSON(needs) }}
echo ${{ toJSON(github) }}
echo '${{ toJSON(needs) }}'
echo '${{ toJSON(github) }}'
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
Expand Down

0 comments on commit a261571

Please sign in to comment.