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 d5fee76 commit 3c4edf0Copy full SHA for 3c4edf0
1 file changed
.github/workflows/validate-pr-metadata.yml
@@ -8,14 +8,6 @@ on:
8
- reopened
9
10
jobs:
11
- validate_pr_metadata:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v4
15
- - uses: CodeYourFuture/actions/validate-pr-metadata@main
16
- with:
17
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
-
19
test_sdc_tasks:
20
name: Test SDC Tasks
21
runs-on: ubuntu-slim
@@ -50,7 +42,7 @@ jobs:
50
42
shell: bash
51
43
- name: test implement-cowsay
52
44
id: test-implement-cowsay
53
- if: contains(steps.changed-files.outputs.modified_files, 'implement-cowsay/')
45
+ if: contains(join(steps.changed-files.outputs.modified_files, "\n"), 'implement-cowsay/')
54
46
run: ./test-sdc.sh implement-cowsay
55
47
56
48
- name: make output comment
0 commit comments