Skip to content

Commit f2bffca

Browse files
committed
third commit
1 parent dc963fb commit f2bffca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/testwork_1.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ jobs:
1616
- name: 여러 명령어 문장 작성하기
1717
run: |
1818
echo "Good"
19-
echo "Morning"
19+
echo "Morning"
20+
21+
- name: 깃허브에 저장되어있는 변수 출력
22+
run: |
23+
echo $GITHUB_SHA
24+
echo $GITHUB_REPOSITORY

0 commit comments

Comments
 (0)