Skip to content

Commit

Permalink
this echo isn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-azaria-sage committed Mar 18, 2024
1 parent 2a54373 commit fb87162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
# echo "json_content=$JSON_CONTENT" >> $GITHUB_OUTPUT
- run: |
echo "${{ steps.read_json.outputs.json_content }}"
# - run: |
# echo "${{ steps.read_json.outputs.json_content }}"
- run: |
echo "${{ fromJson(steps.read_json.outputs.json_content) }}"
Expand Down

0 comments on commit fb87162

Please sign in to comment.