chore: update GitHub Actions

This commit is contained in:
ttionya
2023-03-09 22:56:31 +08:00
parent 0bade5aaa4
commit 2dd4295715
7 changed files with 112 additions and 130 deletions
+6
View File
@@ -3,11 +3,17 @@ name: 'Sync'
on:
push:
delete:
schedule:
- cron: '0 9 * * *'
jobs:
gitee:
name: Sync to Gitee
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
-
name: Checkout