Skip to content

Commit cf60c57

Browse files
committed
Try other var
1 parent 76110af commit cf60c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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.all_changed_and_modified_files, '\n') }}
4646
run: echo $MODIFIED_FILES
4747
- name: test implement-cowsay
4848
id: test-implement-cowsay

0 commit comments

Comments
 (0)