Skip to content

Commit

Permalink
줄바꿈 문제인가
Browse files Browse the repository at this point in the history
  • Loading branch information
eumppe committed Jan 2, 2024
1 parent 3492a13 commit cbbafa6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: hello

on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- main

jobs:
test:
Expand All @@ -17,4 +16,8 @@ jobs:
run: ls

- name: make text file
run: echo "good with tags" >> by_the_test_action.txt
run: echo "good with tags" >> by_the_test_action.txt

- name: maybe new line?
run: |
echo "good with tags" >> by_the_test_action.txt

0 comments on commit cbbafa6

Please sign in to comment.