Skip to content

Commit 8e99164

Browse files
committed
Fix benchmark workflow
1 parent 2335b4d commit 8e99164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: South-Paw/action-netlify-cli@main
7373
id: netlify
7474
with:
75-
args: 'deploy --dir \"./example\" --message \"draft [${{ github.sha }}]\"'
75+
args: 'deploy --json --dir \"./example\" --message \"draft [${{ github.sha }}]\"'
7676
env:
7777
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
7878
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID_NEW }}
@@ -100,7 +100,7 @@ jobs:
100100
uses: South-Paw/action-netlify-cli@main
101101
id: netlify
102102
with:
103-
args: 'deploy --prod --dir \"./example\" --message \"production [${{ github.sha }}]\"'
103+
args: 'deploy --json --prod --dir \"./example\" --message \"production [${{ github.sha }}]\"'
104104
env:
105105
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
106106
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID_NEW }}

0 commit comments

Comments
 (0)