fix deprecated set-env and add-path commands
This commit is contained in:
parent
e2673b715c
commit
25cff6d29c
@ -29,6 +29,6 @@ if [ ! -f "$HOME/.kube/config" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ::add-path::/usr/local/bin/kubectl
|
echo "/usr/local/bin/kubectl" >> $GITHUB_PATH
|
||||||
|
|
||||||
kubectl $*
|
kubectl $*
|
||||||
Loading…
Reference in New Issue
Block a user