Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

ci

ci #673

Workflow file for this run

name: ci
on:
push:
branches:
- master
schedule:
- cron: "0 0 * * *"
jobs:
autogreen:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Auto green
run: |
git config --local user.email "Xbai-hang@qq.com"
git config --local user.name "Xbai-hang"
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git pull --rebase
git commit --allow-empty -m "a commit a day keeps your girlfriend away"
git push