Closed sweep-ai[bot] closed 9 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
partial-json-coverage | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 30, 2024 11:36am |
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed on 0648905 (main) with the following error logs: ``` ```
✨ Created Pull Request: https://github.com/promplate/partial-json-parser-js/pull/4
PR Feedback (click)
deploy
job of thetest.yml
workflow file. This conflict occurred because an artifact with the same name already existed on the workflow run. To resolve this, the artifact name is now made unique by including the run ID.Summary of Changes
test.yml
workflow file to update thename
parameter of theactions/upload-pages-artifact@v3
step.coverage
tocoverage-${{ github.run_id }}
to ensure uniqueness.