Skip to content

Commit dc963fb

Browse files
committed
second commit
1 parent f63bb91 commit dc963fb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/testwork_1.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ jobs:
1111

1212
steps: #스텝 아래에는 -로 들여쓰기 해야 함.
1313
- name: Hello world 찍기
14-
run: echo "Hello World"
14+
run: echo "Hello World"
15+
16+
- name: 여러 명령어 문장 작성하기
17+
run: |
18+
echo "Good"
19+
echo "Morning"

0 commit comments

Comments
 (0)