Skip to content

Commit d96f106

Browse files
committed
Use all_modified_files
1 parent becb979 commit d96f106

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/validate-pr-metadata.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,9 @@ jobs:
4040
if: contains(steps.changed-files.outputs.modified_files, 'number-systems/')
4141
run: ./test-sdc.sh number-systems
4242
shell: bash
43-
- name: debug printing
44-
env:
45-
ALL_MODIFIED_FILES: ${{ steps.changed-files.outputs.all_modified_files }}
46-
MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }}
47-
ALL_CHANGED_AND_MODIFIED_FILES: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
48-
49-
run: env
5043
- name: test implement-cowsay
5144
id: test-implement-cowsay
52-
if: contains(join(steps.changed-files.outputs.modified_files, '\n'), 'implement-cowsay/')
45+
if: contains(steps.changed-files.outputs.all_modified_files, 'implement-cowsay/')
5346
run: bash -x ./test-sdc.sh implement-cowsay
5447
shell: bash
5548
- name: make output comment

0 commit comments

Comments
 (0)