Skip to content

Commit

Permalink
fix: 인스턴스 시간 재설정 3차
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 20, 2023
1 parent ad00c0f commit 67ff88d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
id: current-time
with:
format: YYYY-MM-DDTHH:mm:ss
utcOffset: "+09:00" # 기준이 UTC이기 때문에 한국시간인 KST를 맞추기 위해 +9시간 추가
# utcOffset: "+09:00" # 기준이 UTC이기 때문에 한국시간인 KST를 맞추기 위해 +9시간 추가
run: |
sudo timedatectl set-timezone Asia/Seoul
- name: Print Current Time
run: echo "Current Time=${{steps.current-time.outputs.formattedTime}}" # current-time 에서 지정한 포맷대로 현재 시간 출력
Expand Down

0 comments on commit 67ff88d

Please sign in to comment.