From 2b88fded0f8b345281e21409ebfd82f6f7e8df5b Mon Sep 17 00:00:00 2001 From: JaeSeo Yang <96044622+psychology50@users.noreply.github.com> Date: Sun, 17 Sep 2023 01:51:08 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=ED=96=89=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/kakao-chat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kakao-chat.yml b/.github/workflows/kakao-chat.yml index d8d54c2..a33eeba 100644 --- a/.github/workflows/kakao-chat.yml +++ b/.github/workflows/kakao-chat.yml @@ -42,8 +42,8 @@ jobs: - name: Check Ouput at Windows if: runner.os == 'Windows' run: | - echo ${{steps.determine_event_type_windows.outputs.TITLE}} - echo ${{steps.determine_event_type_windows.outputs.DESC}} + echo "${{steps.determine_event_type_windows.outputs.TITLE}}" + echo "${{steps.determine_event_type_windows.outputs.DESC}}" # - name: Determine event type and trigger action at macOS # if: runner.os == 'macOS'