adding 'env' output for debugging, wip

This commit is contained in:
Chris Oloff 2026-05-21 16:13:32 +02:00
parent a196f63893
commit 86e9dee57d

View file

@ -21,6 +21,8 @@ if [ -z "$GITHUB_SHA" ]; then
echo "GITHUB_SHA not defined, pass it in the environment with an 'env:' clause to the action" && exit 1 echo "GITHUB_SHA not defined, pass it in the environment with an 'env:' clause to the action" && exit 1
fi fi
env
echo "Going to apply kustomization configuration at ${KUST_CONFIG}" echo "Going to apply kustomization configuration at ${KUST_CONFIG}"
echo "K3S_YAML:" echo "K3S_YAML:"
echo "$K3S_YAML" echo "$K3S_YAML"