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 58735cd commit 2a44d1e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
id: check
run: echo "::set-output name=summary::$(npx tsx ./scripts/storybook-checker.ts)"
- name: Comment PR
run: echo ${{steps.check.outputs.summary}}
# - name: Comment PR
# uses: thollander/actions-comment-pull-request@v2
# with:
# message: |
# ${{steps.check.outputs.summary}}
uses: thollander/actions-comment-pull-request@v2
with:
message: |
${{steps.check.outputs.summary}}

0 comments on commit 2a44d1e

Please sign in to comment.