Skip to content

Commit de3e174

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

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/actions/ecosystem_ci_dispatch/action.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,20 @@ 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

113+
- name: Checkout
114+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115+
with:
116+
fetch-depth: 1
117+
113118
- id: eco-ci-result
114-
uses: ../ecosystem-ci-result
119+
uses: rspack-contrib/rstack-ecosystem-ci/.github/actions/ecosystem-ci-result@main
115120
name: Get CI Result
116121
with:
117122
owner: ${{ inputs.ecosystem-owner }}

0 commit comments

Comments
 (0)