We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bb20f commit 487d5b5Copy full SHA for 487d5b5
1 file changed
.github/workflows/lint-and-tests.yml
@@ -225,7 +225,7 @@ jobs:
225
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
226
github.event.pull_request.head.ref != 'chore/crowdin')
227
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
228
- uses: chromaui/action@807600692d28833b717c155e15ed20905cdc865c
+ uses: chromaui/action@5f6574e351eb055223ae8ea9e1a734d1d695ea9c
229
with:
230
buildScriptName: storybook:build
231
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
0 commit comments