ci(#10336): fix typo

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-02 21:58:37 +09:00
parent 5143f3372c
commit 252fe24e8d
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 2 additions and 2 deletions

View File

@ -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,