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 b115397 commit da09f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
utcOffset: "+09:00"# (8).build시점의 시간확보

- name: Show Current Time
run: echo "CurrentTime=$"
run: echo "CurrentTime=${{ steps.current-time.outputs.current-time }}"
shell: bash # (9).확보한 시간 보여주기

- name: Generate deployment package
Expand Down

0 comments on commit da09f01

Please sign in to comment.