File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments