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 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 }}
You can’t perform that action at this time.
0 commit comments