Skip to content

Commit

Permalink
try printing the output
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 11, 2024
1 parent c409d7d commit 0c0fa05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ 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) }}
run: |
echo "**************"
echo "added files are $ADDED_FILES"
echo "modified files are $MODIFIED_FILES"
echo "deleted files are $DELETED_FILES"
echo "OUPTUT is $OUTPUT"
echo '{"added": "$ADDED_FILES", "modified": "$MODIFIED_FILES", "deleted": "$DELETED_FILES"}' | envsubst | jq .
Expand Down

0 comments on commit 0c0fa05

Please sign in to comment.