Skip to content

Commit

Permalink
Merge pull request #70 from communitiesuk/FS-3549
Browse files Browse the repository at this point in the history
Updating env to name
  • Loading branch information
aaronwilliamsv1 authored Oct 23, 2023
2 parents b429180 + ba11ef1 commit 0498d66
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 0498d66

Please sign in to comment.