We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347de15 commit 6871239Copy full SHA for 6871239
.github/workflows/lint-and-tests.yml
@@ -204,7 +204,7 @@ jobs:
204
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
205
github.event.pull_request.head.ref != 'chore/crowdin')
206
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
207
- uses: chromaui/action@fdbe7756d4dbf493e2fbb822df73be7accd07e1c
+ uses: chromaui/action@b984808b772126a9f44b2b7737b131b68a2ede32
208
with:
209
workingDir: apps/site
210
buildScriptName: storybook:build
0 commit comments