We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749765f commit f5ad83eCopy full SHA for f5ad83e
.github/workflows/lint-and-tests.yml
@@ -202,7 +202,7 @@ jobs:
202
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
203
github.event.pull_request.head.ref != 'chore/crowdin')
204
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
205
- uses: chromaui/action@b984808b772126a9f44b2b7737b131b68a2ede32
+ uses: chromaui/action@30b6228aa809059d46219e0f556752e8672a7e26
206
with:
207
workingDir: apps/site
208
buildScriptName: storybook:build
0 commit comments