Skip to content

Commit

Permalink
fix: runId
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Dec 24, 2024
1 parent 0b81c1c commit 8b1e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
script: |
const owner = "rspack-contrib"
const repo = "rsbuild-ecosystem-ci"
const runId = process.env.CI_OUTPUT.workflow_id
const runId = JSON.parse(process.env.CI_OUTPUT).workflow_id
const { data: { jobs } = {} } = await github.rest.actions.listJobsForWorkflowRun({
owner,
Expand Down

0 comments on commit 8b1e03c

Please sign in to comment.