Update main.yml

This commit is contained in:
yzqzss 2021-11-26 15:42:25 +08:00 committed by GitHub
parent 0ca591de0d
commit 89d2c9eadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ name: CI
# Controls when the workflow will run
on:
schedule:
- cron: '4 4 ? * MON'
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
@ -27,7 +29,7 @@ jobs:
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "regular repos.csv"
git commit -m "update sites"
- name: Push changes
uses: ad-m/github-push-action@master
with: