Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aselo-webchat-react-app-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Change String Case for Helpline Code
- name: Change String Case for Helpline Code
id: helpline_code
uses: "ASzc/change-string-case-action@v6"
uses: "ASzc/change-string-case-action@v8"
with:
string: "${{ inputs.helpline_code }}"

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 @@ -72,7 +72,7 @@ jobs:
# Change String Case for Helpline Code
- name: Change String Case for Helpline Code
id: helpline_code
uses: "ASzc/change-string-case-action@v6"
uses: "ASzc/change-string-case-action@v8"
with:
string: "${{ inputs.helpline_code }}"
# Set SHORT_ENVIRONMENT_CODE
Expand Down
Loading