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