From 99bc707b5d3dd464192ff20105ea43be06ce80ec Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:59:24 -0400 Subject: [PATCH] fix invalid reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b50912f..54be4c1 100644 --- a/README.md +++ b/README.md @@ -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 ```yaml - name: Build ISO - uses: jasonn3/build-container-installer/v1.0.0 + uses: jasonn3/build-container-installer@main id: build with: arch: ${{ env.ARCH}}