From 6331aa6e5f992c1a244f6bf3d13e1ca77ef75956 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Mon, 22 May 2023 19:25:48 +0800 Subject: [PATCH] fix: remove unused character string after depdency linking --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e7648863..c118dc25 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Perform check out - uses: actions/checkout@v3\ + uses: actions/checkout@v3 - name: Setup PNPM uses: pnpm/action-setup@v2 with: