From ce9fa179cd1ae539d9f52938f757d75616e712c5 Mon Sep 17 00:00:00 2001 From: techxuexi21 <86897692+techxuexi21@users.noreply.github.com> Date: Thu, 23 Dec 2021 10:36:01 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8C=E6=AD=A5push?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-to-techxuexi.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/push-to-techxuexi.yml b/.github/workflows/push-to-techxuexi.yml index fcbe369..b0b5756 100644 --- a/.github/workflows/push-to-techxuexi.yml +++ b/.github/workflows/push-to-techxuexi.yml @@ -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