We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b9c71 commit 8369cb2Copy full SHA for 8369cb2
1 file changed
.github/workflows/deploy.yml
@@ -116,6 +116,9 @@ jobs:
116
if: inputs.build-platforms == 'gcp'
117
id: normalize-function-name
118
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
122
- name: Set default region based on platform
123
id: set-region
124
run: |
0 commit comments