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 15933ca commit d92c5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Print out all the changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs }}
ALL_CHANGED_FILES: ${{ toJson(steps.changed-files.outputs) }}
run: |
echo "**************"
echo "$ALL_CHANGED_FILES" | jq .
echo "$ALL_CHANGED_FILES"
# - name: Get the list of changed files
# id: changed-files
Expand Down

0 comments on commit d92c5a7

Please sign in to comment.