mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Fix dependencies path and issues with secure boot key (#100)
Co-authored-by: Noel Miller <noelmiller@protonmail.com>
This commit is contained in:
parent
b669420287
commit
02c3b10f56
6 changed files with 7 additions and 3 deletions
1
.github/workflows/build_container.yml
vendored
1
.github/workflows/build_container.yml
vendored
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
job_name: "${{ inputs.parent_job_name }} / ${{ env.JOB_NAME }}"
|
||||
per_page: 100
|
||||
|
||||
- name: Set status
|
||||
if: inputs.pr && always()
|
||||
|
|
|
|||
1
.github/workflows/build_iso.yml
vendored
1
.github/workflows/build_iso.yml
vendored
|
|
@ -64,6 +64,7 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
job_name: "${{ inputs.parent_job_name }} / ${{ env.JOB_NAME }} (${{ matrix.version }})"
|
||||
per_page: 100
|
||||
|
||||
- name: Set status
|
||||
if: inputs.pr && always()
|
||||
|
|
|
|||
1
.github/workflows/test_deployment.yml
vendored
1
.github/workflows/test_deployment.yml
vendored
|
|
@ -63,6 +63,7 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
job_name: "${{ inputs.parent_job_name }} / ${{ env.JOB_NAME }} (${{ matrix.version }})"
|
||||
per_page: 100
|
||||
|
||||
- name: Set status
|
||||
if: inputs.pr && always()
|
||||
|
|
|
|||
1
.github/workflows/test_iso.yml
vendored
1
.github/workflows/test_iso.yml
vendored
|
|
@ -63,6 +63,7 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
job_name: "${{ inputs.parent_job_name }} / ${{ env.JOB_NAME }} (${{ matrix.version }})"
|
||||
per_page: 100
|
||||
|
||||
- name: Set status
|
||||
if: inputs.pr && always()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue