modified: .gitea/workflows/deploy.yaml
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 13s

This commit is contained in:
2025-11-22 17:09:37 +00:00
parent ef547c8fa2
commit 61e0a3d85c

View File

@@ -20,9 +20,10 @@ jobs:
- name: fetch limbo public actions - name: fetch limbo public actions
env: env:
RUNNER_TEMP: ${{ runner.temp }} RUNNER_TEMP: "${{ runner.temp }}"
WORKSPACE: ${{ gitea.workspace }} WORKSPACE: "${{ gitea.workspace }}"
run: | run: |
echo "1"
bash ./.gitea/workflows/fetch-actions.sh bash ./.gitea/workflows/fetch-actions.sh
# mkdir -p ${{ runner.temp }}/gitea_src # mkdir -p ${{ runner.temp }}/gitea_src
# mkdir -p ${{ gitea.workspace }}/.gitea/limbo_actions # mkdir -p ${{ gitea.workspace }}/.gitea/limbo_actions