Skip to content

Commit

Permalink
Update debug
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed May 2, 2024
1 parent 7c7e2a7 commit 3896687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ runs:
pr_dump_file: "./tmp_pr_body_dump.txt"
run: |
echo "Debug dump"
echo "${{contains(format(fromJSON('"{0}"'), fromJson(steps.get_pr_data.outputs.result).body), fromJSON('"`"'))}}"
echo ${{ steps.get_pr_data.outputs.result }}
echo "${{ steps.get_pr_data.outputs.result }}"
echo ${{ fromJson(steps.get_pr_data.outputs.result) }}
echo "${{ fromJson(steps.get_pr_data.outputs.result) }}"
echo "${{ fromJson(steps.get_pr_data.outputs.result).body }}"
Expand Down

0 comments on commit 3896687

Please sign in to comment.