fix deprecated set-env and add-path commands

This commit is contained in:
Serhiy Mytrovtsiy 2020-10-09 08:39:54 +02:00 committed by GitHub
parent e2673b715c
commit 25cff6d29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 $*
kubectl $*