fix: update

This commit is contained in:
Jason Song 2023-04-21 18:56:38 +08:00
parent 3e12252031
commit 29a8769548
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5
1 changed files with 6 additions and 11 deletions

View File

@ -1,16 +1,12 @@
name: test
name: update
on:
- pull_request
- push
# push:
# branches:
# - master
# tags:
# - v*
push:
branches:
- main
jobs:
test:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -22,5 +18,4 @@ jobs:
git config --global user.name "GiteaBot"
git add --all
git commit -m "[skip ci] Updated Version via cron" || true
git push origin switch-to-actions #main
git push origin main