Skip to content

Commit

Permalink
print all changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 11, 2024
1 parent 71535a1 commit 82efb8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:
uses: tj-actions/changed-files@v44
with:
json: true
write_output_files: true
files: |
registry/*
registry/**
- name: Print out all the changed files
env:
ALL_CHANGED_FILES: ${{ toJson(steps.changed-files.outputs) }}
run: |
echo "**************"
cat .github/outputs/added_files.json
echo "$ALL_CHANGED_FILES" | jq .
# - name: Get the list of changed files
# id: changed-files
Expand Down

0 comments on commit 82efb8c

Please sign in to comment.