Skip to content

Commit 1b0570c

Browse files
authored
fix(ci): dispatch against main instead of deleted feature branch (#67)
1 parent edf483f commit 1b0570c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/ecosystem_ci_dispatch/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ runs:
120120
continue-on-error: true
121121
with:
122122
token: ${{ inputs.github-token }}
123-
ref: ci/dockerless-workflow-dispatch
123+
ref: main
124124
owner: rstackjs
125125
repo: rstack-ecosystem-ci
126126
workflow: ${{ inputs.workflow-file }}

0 commit comments

Comments
 (0)