From 01b1b464fae1f9bb0cfd6529af94e4a72e00a2b9 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 5 Jun 2025 06:30:35 -0400 Subject: [PATCH] ci: use gitea.xxx --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a73e93c..a273787 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -4,7 +4,7 @@ on: jobs: trigger-build-image: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: gitea.ref == 'refs/heads/master' steps: - name: Set up SSH run: | @@ -26,5 +26,5 @@ jobs: cd runner-images git submodule update --init --remote --force git add -A - git commit --allow-empty -m "chore: ${{ github.repository }}@${{ github.sha }} trigger force build gitea actions" + git commit --allow-empty -m "chore: ${{ gitea.repository }}@${{ gitea.sha }} trigger force build gitea actions" git push