fix: Fixes error caused by step id placed in wrong location (#21226)

* 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
This commit is contained in:
Eric Briscoe
2022-08-28 14:44:54 -07:00
committed by GitHub
parent d408393ba9
commit 5f76ac9001

View File

@@ -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: