File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 2121 autoAcceptChanges : true
2222 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
2323
24- - name : Save PR number and Chromatic build outputs
25- run : |
26- mkdir -p ./pr
27- echo "${{ github.event.pull_request.number }}" > ./pr/prNumber
28- echo "${{ steps.chromatic.outputs.storybookUrl }}" > ./pr/storybookUrl
29- echo "${{ steps.chromatic.outputs.buildUrl }}" > ./pr/buildUrl
24+ - name : comment PR
25+ uses : thollander/actions-comment-pull-request@v1
26+ env :
27+ GITHUB_TOKEN : ${{ secrets.TOKEN }}
28+ with :
29+ message : " 🚀storybook: ${{ steps.chromatic.outputs.storybookUrl }}"
30+
31+ # - name: Save PR number and Chromatic build outputs
32+ # run: |
33+ # mkdir -p ./pr
34+ # echo "${{ github.event.pull_request.number }}" > ./pr/prNumber
35+ # echo "${{ steps.chromatic.outputs.storybookUrl }}" > ./pr/storybookUrl
36+ # echo "${{ steps.chromatic.outputs.buildUrl }}" > ./pr/buildUrl
You can’t perform that action at this time.
0 commit comments