Add https://github.com/ prefix to action name

This commit is contained in:
badblocks 2025-04-16 18:04:59 -07:00
parent a6da4331b9
commit b0a628d02f

View file

@ -25,7 +25,7 @@ jobs:
steps: steps:
# the build is fully handled by the reusable github action # the build is fully handled by the reusable github action
- name: Build Custom Image - name: Build Custom Image
uses: blue-build/github-action@v1.7 uses: https://github.com/blue-build/github-action@v1.7
with: with:
recipe: ${{ matrix.recipe }} recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}