From 46c61d747b82c2af8d34928b0864b5a3ae606679 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:28:40 -0500 Subject: [PATCH] remove references to action_version --- .github/workflows/build-and-test.yml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4a5153b..a3b3650 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -87,7 +87,6 @@ jobs: image_repo: ${{ env.IMAGE_REPO}} version: ${{ env.VERSION }} variant: ${{ env.VARIANT }} - action_version: ${{ steps.meta.outputs.tags || 'latest' }} - name: Rename ISO run: | diff --git a/README.md b/README.md index e11a6cb..82217f9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ This action is designed to be called from a GitHub workflow using the following image_repo: ${{ env.IMAGE_REPO}} version: ${{ env.VERSION }} variant: ${{ env.VARIANT }} - action_version: v1.0.0 ``` See [Customizing](#customizing) for information about customizing the ISO that gets created using `with`