Skip to content

Commit f63bb91

Browse files
committed
first commit
0 parents  commit f63bb91

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/testwork_1.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Github Actions 실행시켜보기
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
My-Deploy-Job: #작업의 아이디
10+
runs-on: ubuntu-latest #작업이 실행될 러너
11+
12+
steps: #스텝 아래에는 -로 들여쓰기 해야 함.
13+
- name: Hello world 찍기
14+
run: echo "Hello World"

0 commit comments

Comments
 (0)