File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 4747 if : ${{ inputs.upstream-public-key != '' }}
4848 uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
4949
50- - name : Checkout
51- if : ${{ inputs.upstream-public-key != '' }}
52- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53- with :
54- submodules : true
55-
5650 - name : Extract upstream
5751 if : ${{ inputs.upstream-public-key != '' }}
5852 id : extract
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ jobs:
118118 matrix : ${{ steps.set-matrix.outputs.matrix }}
119119 tag : ${{ steps.set-matrix.outputs.WORKING_TAG }}
120120 steps :
121+ - name : Checkout
122+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
123+
121124 - uses : ./.github/actions/prepare-build
122125 id : set-matrix
123126 with :
You can’t perform that action at this time.
0 commit comments