Skip to content

Commit 8369cb2

Browse files
committed
Added write function name if aws
1 parent 92b9c71 commit 8369cb2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
if: inputs.build-platforms == 'gcp'
117117
id: normalize-function-name
118118
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
119122
- name: Set default region based on platform
120123
id: set-region
121124
run: |

0 commit comments

Comments
 (0)