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 becb979 commit d96f106Copy full SHA for d96f106
1 file changed
.github/workflows/validate-pr-metadata.yml
@@ -40,16 +40,9 @@ jobs:
40
if: contains(steps.changed-files.outputs.modified_files, 'number-systems/')
41
run: ./test-sdc.sh number-systems
42
shell: bash
43
- - name: debug printing
44
- env:
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
50
- name: test implement-cowsay
51
id: test-implement-cowsay
52
- if: contains(join(steps.changed-files.outputs.modified_files, '\n'), 'implement-cowsay/')
+ if: contains(steps.changed-files.outputs.all_modified_files, 'implement-cowsay/')
53
run: bash -x ./test-sdc.sh implement-cowsay
54
55
- name: make output comment
0 commit comments