modified: .gitea/workflows/deploy.yaml
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 14s

This commit is contained in:
2025-11-22 17:39:30 +00:00
parent 3fac6b20f8
commit 138e33e90f

View File

@@ -14,6 +14,10 @@ jobs:
GITHUB_TEMP: ${{ runner.temp }} GITHUB_TEMP: ${{ runner.temp }}
steps: steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Fetch limbo public actions - name: Fetch limbo public actions
env: env:
RUNNER_TEMP: "${{ runner.temp }}" RUNNER_TEMP: "${{ runner.temp }}"
@@ -21,9 +25,6 @@ jobs:
run: | run: |
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1 curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
- name: Checkout code
uses: actions/checkout@v3
- name: Setup kubectl - name: Setup kubectl
uses: ./.gitea/limbo_actions/kubectl-setup uses: ./.gitea/limbo_actions/kubectl-setup
with: with: