From a4f5bc35d11e804d1d63e6d7f510525dcf22450d Mon Sep 17 00:00:00 2001 From: Martin Dimitrov Date: Fri, 13 Dec 2024 20:33:00 -0800 Subject: [PATCH] set repo explicitly --- .gitea/workflows/reload-act-runner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/reload-act-runner.yaml b/.gitea/workflows/reload-act-runner.yaml index 0d74b26..25ca7e7 100644 --- a/.gitea/workflows/reload-act-runner.yaml +++ b/.gitea/workflows/reload-act-runner.yaml @@ -16,7 +16,7 @@ jobs: - name: Reload Gitea Act Runner - Gitainer continue-on-error: true if: always() - uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main + uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main with: workflow-status: ${{ steps.check-step.outcome }} - stack_name: gitea_act_runner \ No newline at end of file + stack_name: gitea_act_runner