Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Fix workflow id
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 21, 2023
1 parent 54bff7f commit 1ad7585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function runAll() {
await octokit.rest.actions.createWorkflowDispatch({
owner: "swc-project",
repo: "swc-ecosystem-ci",
workflow_id: "6597429593",
workflow_id: "72388640",
ref: "main",
inputs: {
suite: testSuite,
Expand Down

0 comments on commit 1ad7585

Please sign in to comment.