-
-
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
GitHub Enterprise support #658
Conversation
@ZauberNerd this pull request has failed checks 🛠 |
2adc9b4
to
e83cdcc
Compare
@cplee @catthehacker We've successfully executed act on our internal GHE and it works fine with the proposed changes. We are seeing one test failure in the powershell test but that seems also broken on |
@ZauberNerd - tests shouldn't be failing on |
@ZauberNerd this pull request has failed checks 🛠 |
https://github.com/nektos/act/pull/658/checks?check_run_id=2510198377#step:6:2676
|
The message below is obsolete: We found the error in the test setup. Locally I get this:
Since I'm new to go, can you give me a hint why this is failing on CI? I can't spot the difference in my setup. |
Co-authored-by: Markus Wolf <[email protected]>
Co-authored-by: Markus Wolf <[email protected]>
This change will allow use authentication for cloning actions from private repositories or github enterprise instances. Co-Authored-By: Markus Wolf <[email protected]>
Co-authored-by: Markus Wolf <[email protected]>
Co-authored-by: Markus Wolf <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #658 +/- ##
==========================================
+ Coverage 49.27% 49.71% +0.44%
==========================================
Files 23 23
Lines 2401 2424 +23
==========================================
+ Hits 1183 1205 +22
Misses 1090 1090
- Partials 128 129 +1
Continue to review full report at Codecov.
|
@ZauberNerd this pull request has failed checks 🛠 |
Worked in CI now and works for me locally so I guess we can just call that one fail a fluke. LGTM |
This is a continuation of @catthehacker https://github.com/catthehacker/act-fork/tree/enterprise-github
This is a draft for now, because we haven't tested it yet. We'll update and ping once we're ready to merge.Closes #497