Skip to content

Commit 41cb62f

Browse files
committed
refactor: comment pr test (#172)
1 parent 7e589c5 commit 41cb62f

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/chromatic.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ jobs:
2121
autoAcceptChanges: true
2222
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
2323

24-
- name: comment PR
25-
uses: thollander/actions-comment-pull-request@v1
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
24+
- name: Comment PR
25+
uses: thollander/actions-comment-pull-request@v3
2826
with:
29-
message: "🚀storybook: ${{ steps.chromatic.outputs.storybookUrl }}"
27+
message: |
28+
Hello world ! :wave:
29+
30+
# - name: comment PR
31+
# uses: thollander/actions-comment-pull-request@v1
32+
# env:
33+
# GITHUB_TOKEN: ${{ secrets.TOKEN }}
34+
# with:
35+
# message: "🚀storybook: ${{ steps.chromatic.outputs.storybookUrl }}"
3036

3137
# - name: Save PR number and Chromatic build outputs
3238
# run: |

0 commit comments

Comments
 (0)