Skip to content

Commit abad6f5

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

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/chromatic.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v1
11+
uses: actions/checkout@v3
1212

1313
- name: Install dependencies
1414
run: yarn
@@ -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)