From f7ed286603ca033e0b9a33567d49cf683470d569 Mon Sep 17 00:00:00 2001 From: yuu <46545607+mouseos@users.noreply.github.com> Date: Thu, 23 May 2024 13:08:27 +0900 Subject: [PATCH] =?UTF-8?q?mkdir=20workspace=E3=81=AE=E9=87=8D=E8=A4=87?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_twrp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_twrp.yml b/.github/workflows/build_twrp.yml index 0a1edbb..7542922 100644 --- a/.github/workflows/build_twrp.yml +++ b/.github/workflows/build_twrp.yml @@ -77,7 +77,6 @@ jobs: - name: Initialize repo run: | - mkdir workspace cd workspace echo "workspace-folder=$(pwd)" >> $GITHUB_OUTPUT git config --global user.name "azwhikaru"