Skip to content

Commit

Permalink
ci: fix test.yml retry job workflow_id
Browse files Browse the repository at this point in the history
  • Loading branch information
uhobeike committed May 14, 2024
1 parent ec69587 commit c7a16e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
script: |
async function run() {
const { owner, repo } = context.repo;
const workflow_id = 'test.yml';
const workflow_id = context.workflow.id;
const ref = 'chore/execute-workflow-again';
const run_id = context.runId;
Expand All @@ -84,3 +84,4 @@ jobs:
}
}
run();
debug: true

0 comments on commit c7a16e7

Please sign in to comment.