👷 Skip Netlify doc publish on PRs#6622
Conversation
|
Co-authored-by: dubzzz <[email protected]>
| run: | | ||
| curl -H "Content-Type: application/zip" -H "Authorization: Bearer ${{secrets.NETLIFY_AUTH_TOKEN}}" --data-binary "@artifacts.zip" https://api.netlify.com/api/v1/sites/${{secrets.NETLIFY_SITE_ID}}/deploys?draft=$DRAFT_BUILD_VALUE > deploy.json | ||
| cat deploy.json |
There was a problem hiding this comment.
@copilot no more need to curl pipe to file and then cat the file. Everything can be a one-liner on the same line as run:
There was a problem hiding this comment.
Simplified to a single curl command in 9388289.
Co-authored-by: dubzzz <[email protected]>
|
@copilot action seems to be broken, could you fix it |
Co-authored-by: dubzzz <[email protected]>
Head branch was pushed to by a user without write access
Fixed in |
@fast-check/ava
fast-check
@fast-check/jest
@fast-check/packaged
@fast-check/poisoning
@fast-check/vitest
@fast-check/worker
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6622 +/- ##
=======================================
Coverage 94.72% 94.72%
=======================================
Files 209 209
Lines 5670 5670
Branches 1503 1502 -1
=======================================
Hits 5371 5371
Misses 286 286
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
if: github.event_name == 'push'condition topublish_documentation_netlifyjobpull-requests: writepermission and PR preview comment stepDRAFT_BUILDenv to only check refcheck_any_packageindentation (3→2 spaces)Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.