We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4926f1a commit d346fc7Copy full SHA for d346fc7
.github/workflows/chromatic.yml
@@ -48,12 +48,12 @@ jobs:
48
# message: |
49
# Hello world ! :wave:
50
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 }}"
+ - name: comment PR
+ uses: thollander/actions-comment-pull-request@v1
+ env:
+ GITHUB_TOKEN: ${{ secrets.TOKEN }}
+ with:
+ message: "🚀storybook: ${{ steps.chromatic.outputs.storybookUrl }}"
57
58
# - name: Save PR number and Chromatic build outputs
59
# run: |
0 commit comments