fddayan/chromatic should deploy

Checks if storybook build changed from previous commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
artifactNameThe artifact name to storeyes
previousShaPrevious sha commit to checkout to build storybook in case artifact is not present.no${{github.event.before}}
GITHUB_TOKENThe GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}.no${{ github.token }}
storybookBuildCommandCommand to run to build storybook.nonpm run build-storybook
debugif set to true it will upload the output of storybook build as artifacts.nofalse
checkoutRepoFolderThe folder to checkout the second repository with the previous commit to build Storybooknoprevious
storybookStaticDirOutput build directory for Storybooknostorybook-static
artifactWorkflowWorkflow to look for artifacts uploaded by this actionyes
artifactBranchThe branch to look for artifacts uploaded by this actionno${{ github.event.pull_request.head.ref }}
artifactDownloadPathThe path to download the artifacts uploaded by this actionnostorybook-hash
forceDeployforces a deploy to Chromaticnofalse
namedescription
shouldDeployTRUE/FALSE value if it should deploy chromatic based on previous build