1
0
Fork 0
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:
Jason N. 2024-03-11 13:59:24 -04:00
parent 284375bb4d
commit 99bc707b5d

View file

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