Skip to content

Commit 3017971

Browse files
committed
ci: fix yaml file
1 parent a68a9f9 commit 3017971

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
workflow_dispatch:
99
inputs:
1010
branch:
11-
description: 'The branch of the Ecosystem CI run'
11+
description: "The branch of the Ecosystem CI run"
1212
required: true
13-
default: 'main'
13+
default: "main"
1414

1515
permissions:
1616
contents: write
@@ -32,7 +32,7 @@ jobs:
3232
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
3333
id: changes
3434
with:
35-
predicate-quantifier: 'every'
35+
predicate-quantifier: "every"
3636
filters: |
3737
changed:
3838
- "!**/*.md"
@@ -66,6 +66,6 @@ jobs:
6666
github-token: ${{ secrets.REPO_RSLIB_ECO_CI_GITHUB_TOKEN }}
6767
ecosystem-owner: web-infra-dev
6868
ecosystem-repo: rslib
69-
workflow-file: rslib-ecosystem-ci-selected.yml
69+
workflow-file: rslib-ecosystem-ci-from-commit.yml
7070
client-payload: '{"commitSHA":"${{ github.sha }}","updateComment":true,"repo":"web-infra-dev/rslib","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'
7171
result-heading: Rslib Ecosystem CI

0 commit comments

Comments
 (0)