Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Apr 8, 2024
1 parent 9958946 commit 708f3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
repo: context.repo.repo,
run_id: process.env.WORKFLOW_RUN_ID,
});
console.log(SON.stringify(jobs.data.jobs, undefined, 2));
const job = jobs.data.jobs.find(job => job.name === JOB_NAME);
const JOB_ID = job ? job.id : null;
Expand Down

0 comments on commit 708f3ec

Please sign in to comment.