Skip to content

Commit

Permalink
Update storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
54nd10 committed Jan 7, 2024
1 parent 961cbec commit fc45b0d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
id: check
run: echo "::set-output name=summary::$(npx tsx ./scripts/storybook-checker.ts)"
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
${{steps.check.outputs.summary}}
run: echo ${{steps.check.outputs.summary}}
# - name: Comment PR
# uses: thollander/actions-comment-pull-request@v2
# with:
# message: |
# ${{steps.check.outputs.summary}}

0 comments on commit fc45b0d

Please sign in to comment.