ci: use gitea.xxx
All checks were successful
build / trigger-build-image (push) Successful in 20s

This commit is contained in:
张泊明518370910136 2025-06-05 06:30:35 -04:00
parent bbbafeb734
commit 01b1b464fa
GPG Key ID: CA088E6D9284F870

View File

@ -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