mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix invalid reference
This commit is contained in:
parent
284375bb4d
commit
99bc707b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ This action is used to enerate an ISO for installing an OSTree stored in a conta
|
||||||
This action is designed to be called from a GitHub workflow using the following format
|
This action is designed to be called from a GitHub workflow using the following format
|
||||||
```yaml
|
```yaml
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
uses: jasonn3/build-container-installer/v1.0.0
|
uses: jasonn3/build-container-installer@main
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
arch: ${{ env.ARCH}}
|
arch: ${{ env.ARCH}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue