Skip to content

Commit

Permalink
fix: Fixes error caused by step id placed in wrong location (#21226)
Browse files Browse the repository at this point in the history
* Update chromatic PR action to have access to Job outputs

Adjusting to follow docs at: https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs

* Fixes error where step ID was incorrect location
  • Loading branch information
eric-briscoe committed Aug 28, 2022
1 parent d408393 commit 5f76ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
working-directory: superset-frontend
# 👇 Build and publish Storybook to Chromatic
- name: Build and publish Storybook to Chromatic
id: chromatic-pr
id: chromatic-deploy
uses: chromaui/action@v1
# Required options for the Chromatic GitHub Action
with:
Expand Down

0 comments on commit 5f76ac9

Please sign in to comment.