fix(actions): add missing newline
Some checks failed
/ validate (push) Failing after 23s

This commit is contained in:
jad0s 2026-05-20 17:09:34 +02:00
parent d18ec2fd2f
commit f2dc43d684

View file

@ -44,7 +44,8 @@ jobs:
- name: Install kubectl - name: Install kubectl
run: | run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl mv kubectl /usr/local/bin chmod +x kubectl
mv kubectl /usr/local/bin
- name: Create test cluster - name: Create test cluster
run: | run: |
k3d cluster create test --wait k3d cluster create test --wait