Skip to content

Commit

Permalink
Add temporary fixed input
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Mar 21, 2024
1 parent 73e0e4a commit 1804e99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:

- name: Set up env
env:
INPUT_ENVIRONMENT: ${{ inputs.environment }}
# FIXME restore
INPUT_ENVIRONMENT: staging
# INPUT_ENVIRONMENT: ${{ inputs.environment }}
run: |
echo "AWS_REGION=us-east-1" >> $GITHUB_ENV
if [ "$INPUT_ENVIRONMENT" = "production" ]; then
Expand Down

0 comments on commit 1804e99

Please sign in to comment.