We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f67335 commit 79adfd3Copy full SHA for 79adfd3
action.yaml
@@ -91,7 +91,7 @@ runs:
91
mkdir -p ~/.kube
92
# If input looks like a file path and exists, copy it
93
if [ -f ${{ inputs.kubeconfig }} ]; then
94
- echo "Copying kubeconfig from ${inputs.kubeconfig} to ~/.kube/config"
+ echo "Copying kubeconfig from ${{ inputs.kubeconfig }} to ~/.kube/config"
95
cp -n ${{ inputs.kubeconfig }} ~/.kube/config
96
else
97
# Otherwise treat as content
0 commit comments