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:
151
151
--compatible-runtimes $(jq -r ".CompatibleRuntimes[0]" ${{ matrix.layer }}_x86_64.json) \
152
152
--compatible-architectures $(jq -r ".CompatibleArchitectures[0]" ${{ matrix.layer }}_x86_64.json) \
153
153
--license-info "MIT-0" \
154
- --description "$(jq -r \" .Description\" ${{ matrix.layer }}_x86_64.json)" \
154
+ --description "$(jq -r ' .Description' ${{ matrix.layer }}_x86_64.json)" \
155
155
--query 'Version' | \
156
156
xargs aws --region ${{ matrix.region }} lambda add-layer-version-permission \
157
157
--layer-name ${{ matrix.layer }}-x86_64 \
158
158
--statement-id 'PublicLayer' \
159
159
--action lambda:GetLayerVersion \
160
160
--principal '*' \
161
- --version-number
161
+ --version-number
You can’t perform that action at this time.
0 commit comments