Disable "unable to get git repo" when none exists.#2495
Conversation
ChristopherHX
left a comment
There was a problem hiding this comment.
I overal agree about silencing this warning, in my use of act this code is effectively disabled.
Neutral, I approve if another maintainer approves
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2495 +/- ##
===========================================
+ Coverage 61.56% 74.43% +12.86%
===========================================
Files 53 72 +19
Lines 9002 11056 +2054
===========================================
+ Hits 5542 8229 +2687
+ Misses 3020 2191 -829
- Partials 440 636 +196 ☔ View full report in Codecov by Sentry. |
Change from Warningf to Debugf.
|
This pull request has been removed from the queue for the following reason: The pull request can't be updated You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
…ts-to-suppress-errors
Refs nektos/act#2495 --- * Disable "unable to get git repo" when none exists. * Restore error back so it's included in bug reports Change from Warningf to Debugf. --------- Co-authored-by: Casey Lee <cplee@nektos.com> (cherry picked from commit e42a534b2e65d28b41532f9a44d18c0354aecfc2) <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/822): <!--number 822 --><!--line 0 --><!--description Y2hvcmU6ICJ1bmFibGUgdG8gZ2V0IGdpdCByZXBvIiBpcyBhIGRlYnVnIG1lc3NhZ2UsIG5vdCBhIHdhcm5pbmcgW3NraXAgY2FzY2FkZV0=-->chore: "unable to get git repo" is a debug message, not a warning [skip cascade]<!--description--> <!--end release-notes-assistant--> Co-authored-by: Steven Edwards <cureadvocate@gmail.com> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/822 Reviewed-by: Gusted <gusted@noreply.code.forgejo.org> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
Closes #2493.