File tree Expand file tree Collapse file tree
.github/actions/ecosystem_ci_dispatch Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments