Skip to content

Commit

Permalink
change to use helpline_code rather than id
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm committed Jul 29, 2024
1 parent a9c7c56 commit eeb0b82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/main-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ runs:
aws-secret-access-key: ${{ inputs.aws-secret-access-key }}
aws-region: ${{ inputs.aws-region }}
identifier: ${{ inputs.helpline_code }}
service_repo: 'flex-plugins'
environment: ${{ inputs.environment}}
service_repo: 'flex-plugins'
version_tag: ${{ github.ref_name }}
2 changes: 2 additions & 0 deletions .github/workflows/flex-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
helpline-id: ${{inputs.helpline_code}}_${{inputs.environment_code}}
helpline_code: ${{inputs.helpline_code}}
environment: ${{inputs.environment_code}}
send-slack-message: ${{ inputs.send-slack-message }}

deploy_form_definitions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webchat-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
identifier: ${{ inputs.helpline_code }}
service_repo: 'webchat'
environment: ${{ inputs.environment}}
service_repo: 'webchat'
version_tag: ${{ github.ref_name }}

0 comments on commit eeb0b82

Please sign in to comment.