Skip to content

Commit

Permalink
Updating env to name
Browse files Browse the repository at this point in the history
* env deploy accepts name as a parameter, not env

+ref: FS-3549
+semver: minor
  • Loading branch information
aaronwilliamsv1 committed Oct 23, 2023
1 parent b429180 commit ba11ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-postaward-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Copilot deploy
working-directory: 'apps/post-award'
run: |
copilot env deploy --env ${{ inputs.environment || 'test' }}
copilot env deploy --name ${{ inputs.environment || 'test' }}
2 changes: 1 addition & 1 deletion .github/workflows/update-preaward-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Copilot deploy
working-directory: 'apps/pre-award'
run: |
copilot env deploy --env ${{ inputs.environment || 'test' }}
copilot env deploy --name ${{ inputs.environment || 'test' }}

0 comments on commit ba11ef1

Please sign in to comment.