Fix website test publish from main (#1683)
## Description Had a small typo in pulling variables from prev step for publishing website. ## Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [x] 💻 CI/Deployment - [ ] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
18635e70f3
commit
b1b0d2ba63
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -54,8 +54,8 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
environment: ${{ steps.environment.outputs.environment }}
|
environment: ${{ steps.environment.outputs.environment }}
|
||||||
version: ${{ steps.version.outputs.version }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
website-bucket: ${{ steps.website-bucket.output.website-bucket }}
|
website-bucket: ${{ steps.website-bucket.outputs.website-bucket }}
|
||||||
website-cfid: ${{ steps.website-cfid.output.website-cfid }}
|
website-cfid: ${{ steps.website-cfid.outputs.website-cfid }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user