[DEBUG] Debug

This commit is contained in:
Dunemask 2024-02-14 21:38:04 -07:00
parent 08b815286f
commit e8f5a00cef

View file

@ -65,15 +65,10 @@ runs:
# Configure K&S
- name: Configure K8S
run: |
echo ${{ inputs.kubeconfig }}
echo "-----"
echo "${KUBECONFIG_BASE64}"
echo "Setup kubeconfig"
mkdir -p ~/.kube &&
echo "${KUBECONFIG_BASE64}" | base64 -d > ~/.kube/config &&
echo ${{ inputs.kubeconfig }} | base64 -d > ~/.kube/config &&
chmod 700 ~/.kube/config
env:
KUBECONFIG_BASE64: ${{ inputs.kubeconfig }}
- name: Export Envars
shell: bash
run: |