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 01964fc commit dcbf28dCopy full SHA for dcbf28d
1 file changed
.github/workflows/validate-pr-metadata.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: test implement-cowsay
47
id: test-implement-cowsay
48
#if: contains(join(steps.changed-files.outputs.modified_files, '\n), 'implement-cowsay/')
49
- run: ./test-sdc.sh implement-cowsay
+ run: bash -x ./test-sdc.sh implement-cowsay
50
shell: bash
51
- name: make output comment
52
if: steps.test-individual-shell-tools.outputs.attempted == 'y' || steps.test-jq.outputs.attempted == 'y' || steps.test-shell-pipelines.outputs.attempted == 'y' || steps.test-number-systems.outputs.attempted == 'y' || steps.test-implement-cowsay.outputs.attempted == 'y'
0 commit comments