修复同步push的问题
This commit is contained in:
parent
b3d05872d2
commit
ce9fa179cd
|
@ -1,19 +1,16 @@
|
||||||
name: push
|
name: push-to-techxuexi
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push-to-techxuexi:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
if: github.event.repository.owner.id == github.event.sender.id
|
|
||||||
timeout-minutes: 2
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check
|
- name: check
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Init
|
- name: Init
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|
Loading…
Reference in New Issue