Skip to content

Commit

Permalink
fix : edit preview deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Oct 12, 2024
1 parent 52b5f16 commit bba2642
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preview-storybook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Preview Storybook

on:
pull_request:
paths:
Expand Down Expand Up @@ -38,5 +37,5 @@ jobs:
with:
comment_tag: ${{github.event.number}}-storybook
message: |
Update: ${{ steps.current-time.outputs.current_time }}
Update: ${{ steps.current-time.outputs.formattedTime }}
Storybook 미리보기: ${{ steps.chromatic.outputs.storybookUrl }}

0 comments on commit bba2642

Please sign in to comment.