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

This commit is contained in:
张泊明518370910136 2025-06-05 06:30:10 -04:00
parent 5a13c43f7b
commit 69b4b4d27d
GPG Key ID: D47306D7062CDA9D
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
trigger-build-image:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
if: gitea.ref == 'refs/heads/master'
steps:
- name: Set up SSH
run: |
@ -54,5 +54,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

View File

@ -18,4 +18,4 @@ jobs:
fetch-depth: 0
- name: Run joj3
run: |
sudo -E -u tt joj3 -conf-root "/home/tt/.config/joj/tests/homework" -conf-name "conf-release.json" -tag "${{ github.ref_name }}"
sudo -E -u tt joj3 -conf-root "/home/tt/.config/joj/tests/homework" -conf-name "conf-release.json" -tag "${{ gitea.ref_name }}"

View File

@ -64,7 +64,7 @@
"-repoSize=50.5",
"-meta=README.md",
"-meta=Changelog.md",
"-checkFileSumList=a5b63323a692d3d8b952442969649b4f823d58dae26429494f613df160710dfc,b1bbad25b830db0a77b15a033f9ca1b7ab44c1d2d05056412bd3e4421645f0bf,2ba059f3977e2e3dee6cacbfbf0ba2578baa1b8e04b4977aec400868b6e49856,bf7d181362affdcc72aac33f3520e4e6371adc48ea62a6f24524b4a3e76724c5",
"-checkFileSumList=a5b63323a692d3d8b952442969649b4f823d58dae26429494f613df160710dfc,b1bbad25b830db0a77b15a033f9ca1b7ab44c1d2d05056412bd3e4421645f0bf,2ba059f3977e2e3dee6cacbfbf0ba2578baa1b8e04b4977aec400868b6e49856,3db23f7fb2ca9814617e767ddc41b77073180b3b0b73e87b5f2a6d3129f88f3a",
"-checkFileNameList=.gitignore,.gitattributes,.gitea/workflows/push.yaml,.gitea/workflows/release.yaml"
]
},