From 04d3676d3e39a1b747ee1991b27cd11e80fb8042 Mon Sep 17 00:00:00 2001 From: Yurun Date: Thu, 28 Sep 2023 10:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8F=91=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/split-repository.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/split-repository.yml b/.github/workflows/split-repository.yml index dc5cad7438..60bcd3de2f 100644 --- a/.github/workflows/split-repository.yml +++ b/.github/workflows/split-repository.yml @@ -12,8 +12,8 @@ jobs: if: github.repository == 'imiphp/imi' runs-on: ubuntu-20.04 env: - GITHUB_REF: ${{ env.GITHUB_REF }} - GITHUB_REPOSITORY: ${{ env.GITHUB_REPOSITORY }} + GITHUB_REF: ${{ github.ref }} + GITHUB_REPOSITORY: ${{ github.repository }} steps: - uses: ahmadnassri/action-workflow-queue@v1 - uses: actions/checkout@v2