Skip to content

Commit c8a4c94

Browse files
committed
fix workflow
1 parent f0ff306 commit c8a4c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up boilerplate config.json
6464
if: github.repository == inputs.template-repository-name
6565
run: |
66-
functionName=$(echo "${{ github.event.repository.name }}" | gsed -E 's/([A-Z])([A-Z]*)/\L\1\2/g' | gsed -E 's/-([a-z])/\U\1/g' | tr -d '-')
66+
functionName=$(echo "${{ github.event.repository.name }}" | sed -E 's/([A-Z])([A-Z]*)/\L\1\2/g' | sed -E 's/-([a-z])/\U\1/g' | tr -d '-')
6767
echo "{\"EvaluationFunctionName\": \"$functionName\"}" > config.json
6868
6969
- name: Check for config.json

0 commit comments

Comments
 (0)