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 @@ -127,7 +127,7 @@ jobs:
127
127
--compatible-runtimes $(jq -r ".CompatibleRuntimes[0]" ${{ matrix.layer }}_${{ matrix.arch }}.json) \
128
128
--compatible-architectures $(jq -r ".CompatibleArchitectures[0]" ${{ matrix.layer }}_${{ matrix.arch }}.json) \
129
129
--license-info "MIT-0" \
130
- --description "$(jq -r \" .Description\" ${{ matrix.layer }}_${{ matrix.arch }}.json)" \
130
+ --description "$(jq -r ' .Description' ${{ matrix.layer }}_${{ matrix.arch }}.json)" \
131
131
--query 'Version' | \
132
132
xargs aws --region us-gov-east-1 lambda add-layer-version-permission \
133
133
--layer-name ${{ matrix.layer }}-${{ matrix.arch }} \
@@ -183,7 +183,7 @@ jobs:
183
183
--compatible-runtimes $(jq -r ".CompatibleRuntimes[0]" ${{ matrix.layer }}_${{ matrix.arch }}.json) \
184
184
--compatible-architectures $(jq -r ".CompatibleArchitectures[0]" ${{ matrix.layer }}_${{ matrix.arch }}.json) \
185
185
--license-info "MIT-0" \
186
- --description "$(jq -r \" .Description\" ${{ matrix.layer }}_${{ matrix.arch }}.json)" \
186
+ --description "$(jq -r ' .Description' ${{ matrix.layer }}_${{ matrix.arch }}.json)" \
187
187
--query 'Version' | \
188
188
xargs aws --region us-gov-west-1 lambda add-layer-version-permission \
189
189
--layer-name ${{ matrix.layer }}-${{ matrix.arch }} \
You can’t perform that action at this time.
0 commit comments