Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 7e6e676

Browse files
committed
Evaluate SIZE
1 parent 16f8265 commit 7e6e676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checksize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check image size
1515
run: |
1616
SIZE=$(docker image inspect netlify/build:$GITHUB_SHA --format='{{.Size}}')
17-
curl -d '{"name":"Image size", "head_sha":"${{ github.sha }}", "conclusion":"neutral", "output":{"title":"$SIZE", "summary":"foo"}}' \
17+
curl -d '{"name":"Image size", "head_sha":"${{ github.sha }}", "conclusion":"neutral", "output":{"title":"'$SIZE'", "summary":"foo"}}' \
1818
-H 'Content-Type: application/json' \
1919
-H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
2020
-X POST https://api.github.com/repos/${{ github.repository }}/check-runs

0 commit comments

Comments
 (0)