Skip to content

Commit

Permalink
try removing toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 16, 2024
1 parent 059c766 commit 92942bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ 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: ${{ toJson(steps.changed-files.outputs) }}
OUTPUT: ${{ steps.changed-files.outputs }}
run: |
echo $OUTPUT > changed_files.txt
- name: List changed files
id: list_files
run: |
Expand Down

0 comments on commit 92942bf

Please sign in to comment.