Merge pull request #16 from techxuexi21/main

修复同步push的问题
This commit is contained in:
johlanse 2021-12-23 19:59:53 +08:00 committed by GitHub
commit 38b62a81aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

@ -1,19 +1,16 @@
name: push
name: push-to-techxuexi
on:
push:
branches:
- main
jobs:
push:
push-to-techxuexi:
runs-on: ubuntu-18.04
if: github.event.repository.owner.id == github.event.sender.id
timeout-minutes: 2
steps:
- name: check
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Init
env:
DEBIAN_FRONTEND: noninteractive