ci(#10336): fix typo
This commit is contained in:
parent
5143f3372c
commit
252fe24e8d
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Publish to Chromatic
|
- name: Publish to Chromatic
|
||||||
id: chromatic
|
id: chromatic
|
||||||
uses: chromaui/action@v1
|
uses: chromaui/action@v1
|
||||||
env:
|
with:
|
||||||
exitZeroOnChanges: false
|
exitZeroOnChanges: false
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
- name: Notify on changes
|
- name: Notify on changes
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
github.issues.createComment({
|
github.rest.issues.createComment({
|
||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
|
|
Loading…
Reference in New Issue