This commit is contained in:
parent
bbbafeb734
commit
01b1b464fa
|
@ -4,7 +4,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
trigger-build-image:
|
trigger-build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/master'
|
if: gitea.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: Set up SSH
|
- name: Set up SSH
|
||||||
run: |
|
run: |
|
||||||
|
@ -26,5 +26,5 @@ jobs:
|
||||||
cd runner-images
|
cd runner-images
|
||||||
git submodule update --init --remote --force
|
git submodule update --init --remote --force
|
||||||
git add -A
|
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
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user