From b1b0d2ba63c85ae12475241f35cf2f6740e935d1 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 5 Dec 2022 13:50:19 +0530 Subject: [PATCH] Fix website test publish from main (#1683) ## Description Had a small typo in pulling variables from prev step for publishing website. ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [x] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) * # ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e15fd5ac0..6daa96974 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,8 +54,8 @@ jobs: outputs: environment: ${{ steps.environment.outputs.environment }} version: ${{ steps.version.outputs.version }} - website-bucket: ${{ steps.website-bucket.output.website-bucket }} - website-cfid: ${{ steps.website-cfid.output.website-cfid }} + website-bucket: ${{ steps.website-bucket.outputs.website-bucket }} + website-cfid: ${{ steps.website-cfid.outputs.website-cfid }} steps: - uses: actions/checkout@v3