mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
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:
2
.github/workflows/chromatic-pr.yml
vendored
2
.github/workflows/chromatic-pr.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user