-
-
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
fix: align runner.os / runner.arch to known values #1510
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
Codecov Report
@@ Coverage Diff @@
## master #1510 +/- ##
==========================================
+ Coverage 57.50% 61.22% +3.71%
==========================================
Files 32 46 +14
Lines 4594 7141 +2547
==========================================
+ Hits 2642 4372 +1730
- Misses 1729 2462 +733
- Partials 223 307 +84
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@ChristopherHX this pull request has failed checks 🛠 |
This change now also unifies RUNNER_OS with runner.os, I suggest to do the same thing for the github context.
This is a breaking change for github-act-runner, but we should align to actions/runner where possible
Fixes #1509