Skip to content

Commit ff2b86a

Browse files
committed
Debug
1 parent d93ca8e commit ff2b86a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,13 @@ 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+
MODIFIED_FILES: ${{ join(steps.changed-files.outputs.modified_files, '\n) }}
46+
run: echo $MODIFIED_FILES
4347
- name: test implement-cowsay
4448
id: test-implement-cowsay
45-
#if: contains(join(steps.changed-files.outputs.modified_files, '\n), 'implement-cowsay/')
49+
if: contains(join(steps.changed-files.outputs.modified_files, '\n), 'implement-cowsay/')
4650
run: bash -x ./test-sdc.sh implement-cowsay
4751
shell: bash
4852
- name: make output comment

0 commit comments

Comments
 (0)