Skip to content

Commit

Permalink
try fromJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 16, 2024
1 parent 92942bf commit 67202ff
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 @@ -37,7 +37,7 @@ jobs:
ADDED_FILES: ${{ steps.changed-files.outputs.added_files }}
MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }}
DELETED_FILES: ${{ steps.changed-files.outputs.deleted_files }}
OUTPUT: ${{ steps.changed-files.outputs }}
OUTPUT: ${{ fromJSON(steps.changed-files.outputs) }}
run: |
echo $OUTPUT > changed_files.txt
Expand Down

0 comments on commit 67202ff

Please sign in to comment.