修复同步push的问题

This commit is contained in:
techxuexi21 2021-12-23 10:36:01 +00:00 committed by GitHub
parent b3d05872d2
commit ce9fa179cd
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