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

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: