Skip to content

Commit c828b0d

Browse files
committed
ci: fix
1 parent 8bb6037 commit c828b0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/ecosystem_ci_dispatch/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ runs:
103103
uses: convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be # v1.6.5
104104
continue-on-error: true
105105
with:
106-
owner: ${{ inputs.ecosystem-owner }}
107-
repo: ${{ inputs.ecosystem-repo }}
106+
owner: rspack-contrib
107+
repo: rstack-ecosystem-ci
108108
workflow_file_name: ${{ inputs.workflow-file }}
109109
ref: main
110110
github_token: ${{ inputs.github-token }}
111111
client_payload: ${{ inputs.client-payload }}
112112

113113
- id: eco-ci-result
114-
uses: ../ecosystem-ci-result
114+
uses: ./.github/actions/ecosystem-ci-result
115115
name: Get CI Result
116116
with:
117117
owner: ${{ inputs.ecosystem-owner }}

0 commit comments

Comments
 (0)