Skip to content

Commit

Permalink
개행 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Sep 16, 2023
1 parent 9b4f323 commit 2b88fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kakao-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2b88fde

Please sign in to comment.