test action in root
This commit is contained in:
parent
91141ce742
commit
2c16c58fbc
|
@ -43,9 +43,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
uses: ./action.yml
|
uses: ./
|
||||||
with:
|
with:
|
||||||
ARCH: 'x86_64'
|
ARCH: 'x86_64'
|
||||||
IMAGE_NAME: 'base-main'
|
IMAGE_NAME: 'base-main'
|
||||||
|
|
Loading…
Reference in New Issue