ci: remove unnecessary checkout

This commit is contained in:
Nils Hanke 2023-01-18 17:55:17 +01:00 committed by Nils Hanke
parent b52c917dc6
commit 2c6a3c398f

View File

@ -17,12 +17,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Checkout
id: checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
ref: ${{ inputs.ref || github.head_ref }}
- name: Install Cosign
if: inputs.cosignPublicKey != '' && inputs.cosignPrivateKey != '' && inputs.cosignPassword != ''
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # tag=v2.8.1