Skip to content

Commit 1804e99

Browse files
committedMar 21, 2024
Add temporary fixed input
1 parent 73e0e4a commit 1804e99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/deploy-ui.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727

2828
- name: Set up env
2929
env:
30-
INPUT_ENVIRONMENT: ${{ inputs.environment }}
30+
# FIXME restore
31+
INPUT_ENVIRONMENT: staging
32+
# INPUT_ENVIRONMENT: ${{ inputs.environment }}
3133
run: |
3234
echo "AWS_REGION=us-east-1" >> $GITHUB_ENV
3335
if [ "$INPUT_ENVIRONMENT" = "production" ]; then

0 commit comments

Comments
 (0)