Skip to content

Commit

Permalink
[Setting] 깃헙 액션 파일 내 현재 경로 출력 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored May 17, 2024
1 parent 6090023 commit 8099f7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
# 현재 위치 출력
- name: print current directory
run: pwd

# 환경별 yml 파일 생성 - application.yml
- name: make application.yml
if: |
Expand Down

0 comments on commit 8099f7c

Please sign in to comment.