Skip to content

Commit

Permalink
fix debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tchupp committed Aug 3, 2023
1 parent 4b0314a commit b64d8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Echo Changes
run: |
echo "changed=${{ steps.detect.outputs.changed }}"
echo "changed=${{ fromJSON(steps.detect.outputs.changed) }}"
echo "${{ steps.detect.outputs.changed }}"
echo "${{ fromJSON(steps.detect.outputs.changed) }}"
echo-test:
name: "Echo Test"
Expand Down

0 comments on commit b64d8da

Please sign in to comment.