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 76110af commit cf60c57Copy full SHA for cf60c57
1 file changed
.github/workflows/validate-pr-metadata.yml
@@ -42,7 +42,7 @@ jobs:
42
shell: bash
43
- name: debug printing
44
env:
45
- MODIFIED_FILES: ${{ join(steps.changed-files.outputs.modified_files, '\n') }}
+ MODIFIED_FILES: ${{ join(steps.changed-files.outputs.all_changed_and_modified_files, '\n') }}
46
run: echo $MODIFIED_FILES
47
- name: test implement-cowsay
48
id: test-implement-cowsay
0 commit comments