fix: add checkout to right workflow

This commit is contained in:
Jason N. 2024-02-18 19:39:31 +00:00
parent 73b0799030
commit 91141ce742
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -41,6 +41,9 @@ jobs:
- version: 40
web_ui: 'true'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build ISO
uses: ./action.yml
with: