fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
Showing only changes of commit 61e0a3d85c - Show all commits

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