Compare commits

...

2 Commits

Author SHA1 Message Date
0fbda77181 modified: .gitea/workflows/deploy.yaml
Some checks are pending
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Waiting to run
2025-11-22 16:26:26 +00:00
bc03573e54 modified: .gitea/workflows/deploy.yaml 2025-11-22 16:25:48 +00:00

View File

@@ -21,12 +21,14 @@ jobs:
- name: setup actions from
run: |
ls -lah ${{ runner.temp }}
mkdir -p ${{ runner.temp }}/gitea_src
mkdir -p ${{ gitea.workspace }}/.gitea/actions
git clone -b main --depth=1 https://git.limbosolutions.com/kb/gitea ${{ runner.temp }}/gitea_src/.gitea
ln -s ${{ runner.temp }}/gitea_src/.gitea/actions/kubectl-setup ${{ gitea.workspace }}/.gitea/actions/kubectl-setup
ls -lah ${{ gitea.workspace }}/.gitea/actions/kubectl-setup
cat ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/action.yaml
ls -lah ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/*
cat ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/action.yml
- name: Setup kubectl
uses: ./.gitea/actions/kubectl-setup