1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

fix job names

This commit is contained in:
Jason N. 2024-03-19 13:40:45 -04:00
parent d24a21a449
commit 12d7515a8b
3 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
status: pending
context: ${{ env.JOB_NAME }}
context: ${{ env.JOB_NAME }} (${{ matrix.version }})
sha: ${{ env.sha }}
targetUrl: ${{ steps.jobs.outputs.html_url }}