fix: add checkout to right workflow
This commit is contained in:
parent
73b0799030
commit
91141ce742
|
@ -26,9 +26,6 @@ jobs:
|
|||
- version: 39
|
||||
support: latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build image
|
||||
uses: JasonN3/build-action@action
|
||||
with:
|
||||
|
|
|
@ -41,6 +41,9 @@ jobs:
|
|||
- version: 40
|
||||
web_ui: 'true'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build ISO
|
||||
uses: ./action.yml
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue