diff --git a/entrypoint.sh b/entrypoint.sh index eb33696..c4bd7a5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,6 +29,6 @@ if [ ! -f "$HOME/.kube/config" ]; then fi fi -echo ::add-path::/usr/local/bin/kubectl +echo "/usr/local/bin/kubectl" >> $GITHUB_PATH -kubectl $* \ No newline at end of file +kubectl $*