Skip to content

Commit

Permalink
Feat: fixed time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Feb 18, 2024
1 parent f51c13a commit 772829a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jib-build-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:


- name: get Current Time
run: echo "CURRENT_TIME=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
run: echo "CURRENT_TIME=$(date +'%Y-%m-%d %H:%M:%S' -d '+9 hours')" >> $GITHUB_ENV

- name: 🔔 Send Slack Message when deploy started
uses: 8398a7/action-slack@v3
Expand All @@ -54,7 +54,7 @@ jobs:
"short": true
},
{
"title": "Deploy time 🕚",
"title": "Deploy time (KST) 🕚",
"value": "${{ env.CURRENT_TIME }}",
"short": true
}
Expand Down

0 comments on commit 772829a

Please sign in to comment.