File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 2121 autoAcceptChanges : true
2222 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
2323
24- github-bot-storybook :
25- runs-on : ubuntu-latest
26- needs : [chromatic-deployment]
27- steps :
28- - name : Create comment PR
29- uses : thollander/actions-comment-pull-request@v2
30- env :
31- GITHUB_TOKEN : ${{ secrets.TOKEN }}
32- with :
33- comment_tag : ${{github.event.number}}-storybook
34- message : " storybook: ${{steps.chromatic.outputs.storybookUrl }}"
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
You can’t perform that action at this time.
0 commit comments