File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,6 @@ jobs:
394394 issuer = "https://token.actions.githubusercontent.com"
395395 runnerEnvironment = "github-hosted"
396396 sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"
397- sourceRepositoryRef = "${{ github.event_name != 'pull_request' && github.ref || '' }}"
398397 -
399398 name : Install Cosign
400399 if : ${{ needs.prepare.outputs.sign == 'true' || inputs.cache }}
Original file line number Diff line number Diff line change @@ -354,7 +354,6 @@ jobs:
354354 issuer = "https://token.actions.githubusercontent.com"
355355 runnerEnvironment = "github-hosted"
356356 sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"
357- sourceRepositoryRef = "${{ github.event_name != 'pull_request' && github.ref || '' }}"
358357 -
359358 name : Install Cosign
360359 if : ${{ needs.prepare.outputs.sign == 'true' || inputs.cache }}
You can’t perform that action at this time.
0 commit comments