Skip to content

Commit 79adfd3

Browse files
committed
fix typo in echo
1 parent 0f67335 commit 79adfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
mkdir -p ~/.kube
9292
# If input looks like a file path and exists, copy it
9393
if [ -f ${{ inputs.kubeconfig }} ]; then
94-
echo "Copying kubeconfig from ${inputs.kubeconfig} to ~/.kube/config"
94+
echo "Copying kubeconfig from ${{ inputs.kubeconfig }} to ~/.kube/config"
9595
cp -n ${{ inputs.kubeconfig }} ~/.kube/config
9696
else
9797
# Otherwise treat as content

0 commit comments

Comments
 (0)