We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1b9df commit 5ae2401Copy full SHA for 5ae2401
.github/workflows/chromatic.yml
@@ -4,10 +4,8 @@ on: push
4
5
jobs:
6
chromatic-deployment:
7
- # Operating System
8
name: Chromatic
9
runs-on: ubuntu-latest
10
- # Job steps
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v1
@@ -16,11 +14,12 @@ jobs:
16
14
run: yarn
17
15
18
- name: Publish to Chromatic
+ id: chromatic
19
uses: chromaui/action@v1
20
with:
21
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
22
23
- name: Create comment PR
24
- uses: thollander/action-comment-pull-request@v1
+ uses: thollander/actions-comment-pull-request@v1
25
26
message: "storybook: ${{steps.chromatic.outputs.storybookUrl }}"
0 commit comments