Skip to content

Commit becb979

Browse files
committed
Compare
1 parent cf60c57 commit becb979

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
shell: bash
4343
- name: debug printing
4444
env:
45-
MODIFIED_FILES: ${{ join(steps.changed-files.outputs.all_changed_and_modified_files, '\n') }}
46-
run: echo $MODIFIED_FILES
45+
ALL_MODIFIED_FILES: ${{ steps.changed-files.outputs.all_modified_files }}
46+
MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }}
47+
ALL_CHANGED_AND_MODIFIED_FILES: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
48+
49+
run: env
4750
- name: test implement-cowsay
4851
id: test-implement-cowsay
4952
if: contains(join(steps.changed-files.outputs.modified_files, '\n'), 'implement-cowsay/')

0 commit comments

Comments
 (0)