Skip to content

Commit

Permalink
♻️refactor: deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xxoznge committed Jun 5, 2024
1 parent ccf1bf8 commit b3d632a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
uses: 1466587594/get-current-time@v2
id: current-time
with:
format: YYYY-MM-DDTHH-mm-ss # (1)
format: YYYY-MM-DDTHH-mm-ss
utcOffset: "+09:00"

- name: Show Current Time
run: echo "CurrentTime=${{steps.current-time.outputs.formattedTime}}" # (2)
run: echo "CurrentTime=${{steps.current-time.outputs.formattedTime}}"
shell: bash

- name: Generate deployment package
Expand Down

0 comments on commit b3d632a

Please sign in to comment.