Skip to content

Commit 5ae2401

Browse files
committed
refactor: chromatic yml fix (#172)
1 parent 6d1b9df commit 5ae2401

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/chromatic.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ on: push
44

55
jobs:
66
chromatic-deployment:
7-
# Operating System
87
name: Chromatic
98
runs-on: ubuntu-latest
10-
# Job steps
119
steps:
1210
- name: Checkout
1311
uses: actions/checkout@v1
@@ -16,11 +14,12 @@ jobs:
1614
run: yarn
1715

1816
- name: Publish to Chromatic
17+
id: chromatic
1918
uses: chromaui/action@v1
2019
with:
2120
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
2221

2322
- name: Create comment PR
24-
uses: thollander/action-comment-pull-request@v1
23+
uses: thollander/actions-comment-pull-request@v1
2524
with:
2625
message: "storybook: ${{steps.chromatic.outputs.storybookUrl }}"

0 commit comments

Comments
 (0)