Skip to content

Commit f09f41f

Browse files
committed
Fix lambda deployment?
1 parent b30d76e commit f09f41f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-all-lambdas.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
.type == "executable"
3939
and
4040
(.name | endswith("Lambda"))
41-
).name'
41+
).name' | \
42+
tr '\n' ' '
4243
)" >> $GITHUB_OUTPUT
4344
4445
- name: Build and package

0 commit comments

Comments
 (0)