Skip to content

Commit 3c4edf0

Browse files
committed
Tweaks
1 parent d5fee76 commit 3c4edf0

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ on:
88
- reopened
99

1010
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-
1911
test_sdc_tasks:
2012
name: Test SDC Tasks
2113
runs-on: ubuntu-slim
@@ -50,7 +42,7 @@ jobs:
5042
shell: bash
5143
- name: test implement-cowsay
5244
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/')
5446
run: ./test-sdc.sh implement-cowsay
5547
shell: bash
5648
- name: make output comment

0 commit comments

Comments
 (0)