Skip to content

Commit

Permalink
cat the added files
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 11, 2024
1 parent b2cc717 commit 89ba355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
uses: tj-actions/changed-files@v44
with:
json: true
write_output_files: true

- name: Print all the files that have been modified
env:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}

- name: Print out all the changed files
run: |
echo "**************"
echo "added files are $CHANGED_FILES"
cat .github/outputs/added_files.json
# - name: Get the list of changed files
# id: changed-files
Expand Down

0 comments on commit 89ba355

Please sign in to comment.