Skip to content

Commit d346fc7

Browse files
committed
refactor: storybook url comment add (#172)
1 parent 4926f1a commit d346fc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/chromatic.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
# message: |
4949
# Hello world ! :wave:
5050

51-
# - name: comment PR
52-
# uses: thollander/actions-comment-pull-request@v1
53-
# env:
54-
# GITHUB_TOKEN: ${{ secrets.TOKEN }}
55-
# with:
56-
# message: "🚀storybook: ${{ steps.chromatic.outputs.storybookUrl }}"
51+
- name: comment PR
52+
uses: thollander/actions-comment-pull-request@v1
53+
env:
54+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
55+
with:
56+
message: "🚀storybook: ${{ steps.chromatic.outputs.storybookUrl }}"
5757

5858
# - name: Save PR number and Chromatic build outputs
5959
# run: |

0 commit comments

Comments
 (0)