From 252fe24e8d9dbfe148e1d01c68561e9108b1c7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Sun, 2 Apr 2023 21:58:37 +0900 Subject: [PATCH] ci(#10336): fix typo --- .github/workflows/storybook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 55ecda39e4..b497d3b712 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -39,7 +39,7 @@ jobs: - name: Publish to Chromatic id: chromatic uses: chromaui/action@v1 - env: + with: exitZeroOnChanges: false projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - name: Notify on changes @@ -48,7 +48,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | - github.issues.createComment({ + github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo,