From 25cff6d29ce0ff0c1b0b9741dc13b911c0f046bd Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Fri, 9 Oct 2020 08:39:54 +0200 Subject: [PATCH] fix deprecated set-env and add-path commands --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $*