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

View file

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