Skip to content

Commit

Permalink
Fix benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
South-Paw committed Feb 17, 2023
1 parent 2335b4d commit 8e99164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: South-Paw/action-netlify-cli@main
id: netlify
with:
args: 'deploy --dir \"./example\" --message \"draft [${{ github.sha }}]\"'
args: 'deploy --json --dir \"./example\" --message \"draft [${{ github.sha }}]\"'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID_NEW }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
uses: South-Paw/action-netlify-cli@main
id: netlify
with:
args: 'deploy --prod --dir \"./example\" --message \"production [${{ github.sha }}]\"'
args: 'deploy --json --prod --dir \"./example\" --message \"production [${{ github.sha }}]\"'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID_NEW }}
Expand Down

0 comments on commit 8e99164

Please sign in to comment.