Skip to content

Commit 3c5b73f

Browse files
committed
use JOB_ID
1 parent f95f9dd commit 3c5b73f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ async function createComment(sqldefOutput: string, command: string, versionOutpu
258258

259259
const repository = process.env.GITHUB_REPOSITORY!;
260260
const runId = process.env.GITHUB_RUN_ID!;
261-
const jobId = process.env.GITHUB_JOB!;
261+
const jobId = process.env.GITHUB_JOB_ID!;
262262
const workflow = process.env.GITHUB_WORKFLOW!;
263263

264264
const runLink = `[${workflow}](https://github.com/${repository}/actions/runs/${runId}/jobs/${jobId})`;

0 commit comments

Comments
 (0)