Skip to content

Commit 54790c5

Browse files
committed
Fix closing
1 parent ff2b86a commit 54790c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
shell: bash
4343
- name: debug printing
4444
env:
45-
MODIFIED_FILES: ${{ join(steps.changed-files.outputs.modified_files, '\n) }}
45+
MODIFIED_FILES: ${{ join(steps.changed-files.outputs.modified_files, '\n') }}
4646
run: echo $MODIFIED_FILES
4747
- name: test implement-cowsay
4848
id: test-implement-cowsay
49-
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/')
5050
run: bash -x ./test-sdc.sh implement-cowsay
5151
shell: bash
5252
- name: make output comment

0 commit comments

Comments
 (0)