Skip to content

ci

ci #85404

Workflow file for this run

name: ci
on:
push:
branches:
- master
schedule:
- cron: "*/10 * * * *"
jobs:
autogreen:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Auto green
run: |
git config --local user.email "local@199771.xyz"
git config --local user.name "本地主机"
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git pull --rebase
git commit --allow-empty -m "没有共产党就没有新中国"
git push