From 0b21f24d9929bd1c4143604cbe1c69cbfe7745cf Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Sun, 2 Feb 2025 18:45:02 +0800 Subject: [PATCH] update --- .github/workflows/push-to-gitee.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-to-gitee.yml b/.github/workflows/push-to-gitee.yml index e43af714c..0c70bfe7a 100644 --- a/.github/workflows/push-to-gitee.yml +++ b/.github/workflows/push-to-gitee.yml @@ -20,6 +20,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Set Env run: | echo "CURRENT_BRANCH_NAME=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV - name: Prepare Secret Key