We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54790c5 commit 76110afCopy full SHA for 76110af
1 file changed
.github/workflows/validate-pr-metadata.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: debug printing
44
env:
45
MODIFIED_FILES: ${{ join(steps.changed-files.outputs.modified_files, '\n') }}
46
- run: echo $MODIFIED_FILES
+ run: echo $MODIFIED_FILES
47
- name: test implement-cowsay
48
id: test-implement-cowsay
49
if: contains(join(steps.changed-files.outputs.modified_files, '\n'), 'implement-cowsay/')
0 commit comments