-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove local action cache if remote has changed #2284
Conversation
@wolfogre this pull request has failed checks 🛠 |
The failed CI seems unrelated. |
@wolfogre this pull request has failed checks 🛠 |
codecov step is no longer successful for around 4days see act-maintainer discussion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I have also noticed this bug, it's ok for me to just delete the folder until the old logic is turned off
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2284 +/- ##
==========================================
+ Coverage 61.56% 63.47% +1.91%
==========================================
Files 53 56 +3
Lines 9002 7478 -1524
==========================================
- Hits 5542 4747 -795
+ Misses 3020 2282 -738
- Partials 440 449 +9 ☔ View full report in Codecov by Sentry. |
@wolfogre this pull request has failed checks 🛠 |
Remove the local action cache if the remote has changed.
This typically does not happen until the user sets a different
GITHUB_SERVER_URL
.