Fix double @@ typo

This commit is contained in:
David Dworken 2022-04-24 21:10:18 -07:00
parent f3afdcdc71
commit 8c4049b101

View File

@ -28,7 +28,7 @@ jobs:
id-token: write id-token: write
contents: read contents: read
needs: args needs: args
uses: slsa-framework/slsa-github-generator-go/.github/workflows/builder.yml@@2b2bf8753ae8ab14332b72217daf3c2c670272b3 uses: slsa-framework/slsa-github-generator-go/.github/workflows/builder.yml@2b2bf8753ae8ab14332b72217daf3c2c670272b3
with: with:
go-version: 1.17 go-version: 1.17
env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}" env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"