Update gitea-sync.yml

This commit is contained in:
2024-08-25 11:42:46 +08:00
committed by GitHub
parent 8fab21bc25
commit 2734fb2227
+2 -2
View File
@@ -1,7 +1,7 @@
name: gitea-sync.yml
on:
push:
branches: [ "*" ]
branches: [ "main", "manifest" ]
workflow_dispatch:
@@ -12,5 +12,5 @@ jobs:
- name: Trigger Gitea sync
run: |
echo "Triggering Gitea sync"
curl 'https://git.suyiiyii.top/api/v1/repos/ssyg/SIMS/mirror-sync' -X POST -H 'Authorization: token {{ secrets.GiteaToken }}''
curl 'https://git.suyiiyii.top/api/v1/repos/ssyg/SIMS/mirror-sync' -X POST -H 'Authorization: token {{ secrets.GiteaToken }}'