From c44d2a9b11d16200ffe5c9ce61bf6beaba003ffc Mon Sep 17 00:00:00 2001 From: taeseongyun Date: Tue, 18 Jul 2023 13:24:22 +0900 Subject: [PATCH] =?UTF-8?q?[=20Feature=20]=20:=20=EB=B9=84=EB=8C=80?= =?UTF-8?q?=ED=99=94=ED=98=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/attandace-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attandace-cd.yml b/.github/workflows/attandace-cd.yml index c8dea1dd..b56125ea 100644 --- a/.github/workflows/attandace-cd.yml +++ b/.github/workflows/attandace-cd.yml @@ -115,5 +115,5 @@ jobs: - name: Fastlane debug - run: fastlane distribute_debug "message:${{ needs.commit_message.outputs.message }}" --env common + run: fastlane distribute_debug "message:${{ needs.commit_message.outputs.message }}" --env common --non-interactive working-directory: ./fastlane