Skip to content

Commit 1c97a14

Browse files
committed
Enabled normlise for AWS
1 parent 8369cb2 commit 1c97a14

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,13 @@ jobs:
107107
if [[ -z "$functionName" ]]; then echo "Set EvaluationFunctionName in config.json"; exit 1; fi
108108
echo "name=$functionName" >> "$GITHUB_OUTPUT"
109109
- name: Setup normalize function name
110-
if: inputs.build-platforms == 'gcp'
111110
id: setup-normalize-function-name
112111
uses: Entepotenz/change-string-case-action-min-dependencies@v1
113112
with:
114113
string: ${{ steps.evaluation_function_name.outputs.name }}
115114
- name: Normalize function name
116-
if: inputs.build-platforms == 'gcp'
117115
id: normalize-function-name
118116
run: echo name=${{steps.setup-normalize-function-name.outputs.lowercase}} >> $GITHUB_OUTPUT
119-
- name: AWS function name
120-
if: inputs.build-platforms == 'aws'
121-
run: echo name=${{steps.evaluation_function_name.outputs}} >> $GITHUB_OUTPUT
122117
- name: Set default region based on platform
123118
id: set-region
124119
run: |

0 commit comments

Comments
 (0)