Skip to content

Commit

Permalink
remove toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 11, 2024
1 parent 82efb8c commit 15933ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Print out all the changed files
env:
ALL_CHANGED_FILES: ${{ toJson(steps.changed-files.outputs) }}
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs }}
run: |
echo "**************"
echo "$ALL_CHANGED_FILES" | jq .
Expand Down

0 comments on commit 15933ca

Please sign in to comment.