Skip to content

Commit 41f924f

Browse files
committed
fix: update job context output to use correct GitHub run ID
1 parent 1f9b6f8 commit 41f924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/context.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: "echo \"Repository: ${{ github.repository }}\""
1515

1616
- name: Print Job context
17-
run: "echo \"Job ID: ${{ job.id }}\""
17+
run: "echo \"Job ID: ${{ github.run_id }}\""
1818

1919
- name: Print Runner context
2020
run: "echo \"Runner OS: ${{ runner.os }}\""

0 commit comments

Comments
 (0)