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:42am |
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed on 1fb8cdf (main) with the following error logs: ``` ```
[!CAUTION]
An error has occurred: 422 {"message": "Validation Failed", "errors": [{"resource": "PullRequest", "code": "custom", "message": "No commits between sweep/fix-gha-failure_324b3 and sweep/sweep_gha_fix_the_github_actions_run_fai_4ac51"}], "documentation_url": "https://docs.github.com/rest/pulls/pulls#create-a-pull-request"} (tracking ID: f37f5296e5)
PR Feedback (click)
2705259 (main)
branch. The workflow was failing due to the absence of the "github-pages" artifact. This PR modifies the workflow configuration file to ensure that the artifact is uploaded correctly.Summary of Changes
test.yml
) to use the latest version of theactions/upload-artifact
action.actions/upload-pages-artifact
step to use the latest version of the action (actions/upload-artifact@v2
).Please review and merge this PR to fix the GitHub Actions failure.