Skip to content

Commit f2e0863

Browse files
authored
fix(ci): Layer Rename Fix (#5291)
Signed-off-by: Simon Thulbourn <[email protected]>
1 parent e3eed1c commit f2e0863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/layer_rename.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ jobs:
151151
--compatible-runtimes $(jq -r ".CompatibleRuntimes[0]" ${{ matrix.layer }}_x86_64.json) \
152152
--compatible-architectures $(jq -r ".CompatibleArchitectures[0]" ${{ matrix.layer }}_x86_64.json) \
153153
--license-info "MIT-0" \
154-
--description "$(jq -r \".Description\" ${{ matrix.layer }}_x86_64.json)" \
154+
--description "$(jq -r '.Description' ${{ matrix.layer }}_x86_64.json)" \
155155
--query 'Version' | \
156156
xargs aws --region ${{ matrix.region }} lambda add-layer-version-permission \
157157
--layer-name ${{ matrix.layer }}-x86_64 \
158158
--statement-id 'PublicLayer' \
159159
--action lambda:GetLayerVersion \
160160
--principal '*' \
161-
--version-number
161+
--version-number

0 commit comments

Comments
 (0)