Skip to content

Commit

Permalink
fix: debug to list files and directories
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Jan 30, 2025
1 parent eb9c308 commit 8a0c675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ jobs:

- name: Debug - Print files to promote
run: |
ls
cat dataset-config.json
for file in downloaded-files/**/*.json; do
echo "File to promote: $file"
Expand Down

0 comments on commit 8a0c675

Please sign in to comment.