File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 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: |
You can’t perform that action at this time.
0 commit comments