From e956d7705011413c0bd623f0b1e8d91aeac5f0d0 Mon Sep 17 00:00:00 2001 From: Metaphorme <77@diazepam.cc> Date: Sat, 28 Oct 2023 15:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BE=93=E5=87=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/compress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compress.yml b/.github/workflows/compress.yml index 2fca82c..a494306 100644 --- a/.github/workflows/compress.yml +++ b/.github/workflows/compress.yml @@ -59,7 +59,7 @@ jobs: id: get-sha run: | cd main || exit 1 - echo "{sha}=$(git rev-parse HEAD)" >> $GITHUB_STATE + echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT" - name: Update web-controller in Cookie-Cats uses: peter-evans/repository-dispatch@v2