Skip to content

Commit

Permalink
set env var
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Dec 18, 2023
1 parent 14ecdf0 commit 7f0bd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smokeTestDeployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Smoke test the env
uses: ./.github/actions/post-deploy-smoke-test
with:
base_domain_name: ${{ env.BASE_DOMAIN_NAME }}
base_domain_name: ${{ vars.BASE_DOMAIN_NAME }}
slack_alert:
runs-on: ubuntu-latest
if: failure()
Expand Down

0 comments on commit 7f0bd63

Please sign in to comment.