Skip to content

Commit

Permalink
ci: change obj access
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jul 19, 2024
1 parent 647d9dd commit 99ee98c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/invoke-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
per_page: 1,
});
console.log(runs);
const run_id = runs[0].id;
const run_id = runs.data.workflow_runs[0].id;
core.setOutput('run-id', run_id);
Expand Down

0 comments on commit 99ee98c

Please sign in to comment.