diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cb1f7fc..d19618e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 diff --git a/tests/convert/basic/immutable_files/release.yaml b/tests/convert/basic/immutable_files/release.yaml index be3f9ac..c1e0bef 100644 --- a/tests/convert/basic/immutable_files/release.yaml +++ b/tests/convert/basic/immutable_files/release.yaml @@ -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 }}" diff --git a/tests/convert/basic/task.json b/tests/convert/basic/task.json index 17fb69a..437bb03 100644 --- a/tests/convert/basic/task.json +++ b/tests/convert/basic/task.json @@ -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" ] },