Skip to content

Commit

Permalink
Fix quotes on output descriptions in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnquintana committed Mar 4, 2021
1 parent bfe531a commit 392d333
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ inputs:

outputs:
url:
description: An alias for the build URL (e.g. https://www.chromatic.com/build?appId=<app id goes here>&number=<build number>)
description: 'An alias for the build URL (e.g. https://www.chromatic.com/build?appId=<app id goes here>&number=<build number>)'
buildUrl:
description: The build URL (e.g. https://www.chromatic.com/build?appId=<app id goes here>&number=<build number>)
description: 'The build URL (e.g. https://www.chromatic.com/build?appId=<app id goes here>&number=<build number>)'
storybookUrl:
description: The Storybook preview URL for your current branch / Pull Request (e.g. https://<app id goes here>-<branch hash>.chromatic.com/)
description: 'The Storybook preview URL for your current branch / Pull Request (e.g. https://<app id goes here>-<branch hash>.chromatic.com/)'
code:
description: The exit code for the current run of the Chromatic CLI
description: 'The exit code for the current run of the Chromatic CLI'

runs:
main: action/register.js
Expand Down

0 comments on commit 392d333

Please sign in to comment.