We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba295b commit 37bdbaaCopy full SHA for 37bdbaa
.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@30b6228aa809059d46219e0f556752e8672a7e26
+ uses: chromaui/action@c93e0bc3a63aa176e14a75b61a31847cbfdd341c
206
with:
207
workingDir: packages/ui-components
208
buildScriptName: storybook:build
0 commit comments