From 5626f95dc0cc27558f93d424cf95bff42b1fe5bd Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Wed, 16 Apr 2025 18:13:07 -0700 Subject: [PATCH] revert b0a628d02fb85aced2f0d63330fd04d91da07b91 revert Add https://github.com/ prefix to action name as it doesn't work on github --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33c83f4..c8e7caf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: https://github.com/blue-build/github-action@v1.7 + uses: blue-build/github-action@v1.7 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}