From ee37d28b1ab827845e79ad47d79f6d2af979338f Mon Sep 17 00:00:00 2001 From: TaeseongYun Date: Tue, 18 Jul 2023 13:25:34 +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=20(#283)?= 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