Skip to content

Commit

Permalink
output job id too
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Oct 9, 2024
1 parent 96f0a79 commit 0e8d3c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: echo ${{ github.run_number }}
- name: Output Run Attempt
run: echo ${{ github.run_attempt }}
- name: Output job ID
run: echo ${{ github.job }}
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
Expand Down

0 comments on commit 0e8d3c3

Please sign in to comment.