Skip to content

Commit 37138d3

Browse files
committed
try directories
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 58ed62b commit 37138d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/bionemo-recipes.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
uses: step-security/changed-files@v46
3333
with:
3434
base_sha: main
35+
dir_names: true
36+
dir_names_max_depth: 2
3537

36-
- name: List all changed files
37-
env:
38-
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
38+
- name: Show output
3939
run: |
40-
for file in ${ALL_CHANGED_FILES}; do
41-
echo "$file was changed"
42-
done
40+
echo '${{ toJSON(steps.changed-files.outputs) }}'
41+
shell:
42+
bash

0 commit comments

Comments
 (0)