diff --git a/createServiceAccount.sh b/createServiceAccount.sh index 862ef18..4b021d7 100644 --- a/createServiceAccount.sh +++ b/createServiceAccount.sh @@ -92,9 +92,9 @@ type: kubernetes.io/service-account-token EOF -# echo "$GITHUB_CONTEXT" | jq >>> https://git.ties.one/ties/n8n/actions/runs/60 +# echo "$GITHUB_CONTEXT" | jq #>>> https://git.ties.one/ties/n8n/actions/runs/60 NEW_KUBECONFIG="kubeconfig-${NAMESPACE}-cicd.yaml" -URL=$(echo "$GITHUB_CONTEXT" | jq '.event.repository.html_url') +URL=$(echo "$GITHUB_CONTEXT" | jq -r '.event.repository.html_url') cat <