Skip to content

Commit

Permalink
Add GITHUB_JOB_ID variable
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 10, 2024
1 parent f534033 commit ab5e238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
check-latest: true

- name: 'Test'
run: PRINCIPAL_ID=${{ secrets.GHA_PRINCIPAL_ID }} make test
run: GITHUB_JOB_ID=${{ github.job }} PRINCIPAL_ID=${{ secrets.GHA_PRINCIPAL_ID }} make test

lint:
permissions:
Expand Down

0 comments on commit ab5e238

Please sign in to comment.