We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3eed1c commit f2e0863Copy full SHA for f2e0863
.github/workflows/layer_rename.yml
@@ -151,11 +151,11 @@ jobs:
151
--compatible-runtimes $(jq -r ".CompatibleRuntimes[0]" ${{ matrix.layer }}_x86_64.json) \
152
--compatible-architectures $(jq -r ".CompatibleArchitectures[0]" ${{ matrix.layer }}_x86_64.json) \
153
--license-info "MIT-0" \
154
- --description "$(jq -r \".Description\" ${{ matrix.layer }}_x86_64.json)" \
+ --description "$(jq -r '.Description' ${{ matrix.layer }}_x86_64.json)" \
155
--query 'Version' | \
156
xargs aws --region ${{ matrix.region }} lambda add-layer-version-permission \
157
--layer-name ${{ matrix.layer }}-x86_64 \
158
--statement-id 'PublicLayer' \
159
--action lambda:GetLayerVersion \
160
--principal '*' \
161
- --version-number
+ --version-number
0 commit comments