Skip to content

Commit f694994

Browse files
author
Simon Thulbourn
committed
fix description
1 parent 82de2b2 commit f694994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/layer_govcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
--compatible-runtimes $(jq -r ".CompatibleRuntimes[0]" ${{ matrix.layer }}_${{ matrix.arch }}.json) \
128128
--compatible-architectures $(jq -r ".CompatibleArchitectures[0]" ${{ matrix.layer }}_${{ matrix.arch }}.json) \
129129
--license-info "MIT-0" \
130-
--description "$(jq -r \".Description\" ${{ matrix.layer }}_${{ matrix.arch }}.json)" \
130+
--description "$(jq -r '.Description' ${{ matrix.layer }}_${{ matrix.arch }}.json)" \
131131
--query 'Version' | \
132132
xargs aws --region us-gov-east-1 lambda add-layer-version-permission \
133133
--layer-name ${{ matrix.layer }}-${{ matrix.arch }} \
@@ -183,7 +183,7 @@ jobs:
183183
--compatible-runtimes $(jq -r ".CompatibleRuntimes[0]" ${{ matrix.layer }}_${{ matrix.arch }}.json) \
184184
--compatible-architectures $(jq -r ".CompatibleArchitectures[0]" ${{ matrix.layer }}_${{ matrix.arch }}.json) \
185185
--license-info "MIT-0" \
186-
--description "$(jq -r \".Description\" ${{ matrix.layer }}_${{ matrix.arch }}.json)" \
186+
--description "$(jq -r '.Description' ${{ matrix.layer }}_${{ matrix.arch }}.json)" \
187187
--query 'Version' | \
188188
xargs aws --region us-gov-west-1 lambda add-layer-version-permission \
189189
--layer-name ${{ matrix.layer }}-${{ matrix.arch }} \

0 commit comments

Comments
 (0)