Skip to content

Commit

Permalink
revert action change
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Nov 1, 2023
1 parent 0c9c3f4 commit 13a9249
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ inputs:
default: "."
knative-version:
description: 'Version of Knative to install (1.1.0, 1.1.1, etc.)'
required: true
default: '1.10.5'
registry-name:
description: 'Name of the registry to install (registry.local)'
required: true
Expand Down Expand Up @@ -93,7 +95,8 @@ runs:
./setup-kind.sh \
--registry-url ${{ inputs.registry-name }}:${{ inputs.registry-port }} \
--cluster-suffix ${{ inputs.cluster-suffix }} \
--k8s-version ${{ inputs.k8s-version }} ${{ inputs.knative-version && join('--knative-version ',inputs.knative-version) }}
--k8s-version ${{ inputs.k8s-version }} \
--knative-version ${{ inputs.knative-version }}
fi
echo "Installing sigstore scaffolding @ ${tag}"
Expand Down

0 comments on commit 13a9249

Please sign in to comment.