From 5f76ac9001f10307d4e7446ad10372ad0c980e86 Mon Sep 17 00:00:00 2001 From: Eric Briscoe Date: Sun, 28 Aug 2022 14:44:54 -0700 Subject: [PATCH] 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 --- .github/workflows/chromatic-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic-pr.yml b/.github/workflows/chromatic-pr.yml index 1ef2646e5a0..09d57083f12 100644 --- a/.github/workflows/chromatic-pr.yml +++ b/.github/workflows/chromatic-pr.yml @@ -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: