We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb6037 commit c828b0dCopy full SHA for c828b0d
.github/actions/ecosystem_ci_dispatch/action.yaml
@@ -103,15 +103,15 @@ runs:
103
uses: convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be # v1.6.5
104
continue-on-error: true
105
with:
106
- owner: ${{ inputs.ecosystem-owner }}
107
- repo: ${{ inputs.ecosystem-repo }}
+ owner: rspack-contrib
+ repo: rstack-ecosystem-ci
108
workflow_file_name: ${{ inputs.workflow-file }}
109
ref: main
110
github_token: ${{ inputs.github-token }}
111
client_payload: ${{ inputs.client-payload }}
112
113
- id: eco-ci-result
114
- uses: ../ecosystem-ci-result
+ uses: ./.github/actions/ecosystem-ci-result
115
name: Get CI Result
116
117
owner: ${{ inputs.ecosystem-owner }}
0 commit comments