Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
BAU - pass environment
Browse files Browse the repository at this point in the history
  • Loading branch information
robk-dluhc committed Nov 8, 2023
1 parent 136a081 commit a1925cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ jobs:
run_performance_tests: ${{ inputs.run_performance_tests || false }}
run_e2e_tests: ${{ inputs.run_e2e_tests || true }}
app_name: assessment
environment: ${{ inputs.environment == '' && 'test' || inputs.environment }}

0 comments on commit a1925cf

Please sign in to comment.