We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aebee7 commit fdcc5ecCopy full SHA for fdcc5ec
2 files changed
.github/actions/deploy-via-github/entrypoint.sh
@@ -6,6 +6,8 @@ chmod go-r ~/.kube/config
6
echo $KUBECONFIG_B64 | base64 -d > ~/.kube/config
7
export KUBECONFIG=~/.kube/config
8
9
+git config --global --add safe.directory $GITHUB_WORKSPACE
10
+
11
export KS_GIT_REPOSITORY=$GITHUB_REPOSITORY
12
13
export KS_BUILD_PATH=/tmp/kontinuous-deploy-via-github
.github/actions/deploy-via-webhook/entrypoint.sh
@@ -2,6 +2,8 @@
2
3
set -e
4
5
export TRIGGER_WEBHOOK=${TRIGGER_WEBHOOK:-"true"}
KS_GIT=false
0 commit comments