Update images, fix extrapath#723
Merged
mergify[bot] merged 9 commits intonektos:masterfrom Jun 10, 2021
Merged
Conversation
added 6 commits
June 5, 2021 15:56
it generates a massive amount of logs
allows to test act on GHA when it's not a main repo
pin node to major version only, current node version: 12.22.1 replace most images with `node:12-buster-slim` to prevent errors on macOS runner due to DockerHub pull limit replace ocaml image
Codecov Report
@@ Coverage Diff @@
## master #723 +/- ##
==========================================
+ Coverage 49.27% 50.29% +1.01%
==========================================
Files 23 23
Lines 2401 2579 +178
==========================================
+ Hits 1183 1297 +114
- Misses 1090 1142 +52
- Partials 128 140 +12
Continue to review full report at Codecov.
|
Contributor
|
@catthehacker this pull request has failed checks 🛠 |
Contributor
|
@catthehacker this pull request has failed checks 🛠 |
catthehacker
pushed a commit
to JustinGrote/_PR-act
that referenced
this pull request
Jun 10, 2021
this is fixed via nektos#723
mergify bot
added a commit
that referenced
this pull request
Jun 10, 2021
* Test fixups for Windows/Forks * revert change for repo/actor/owner this is fixed via #723 Co-authored-by: Ryan (hackercat) <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
cplee
approved these changes
Jun 10, 2021
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-runner-as-gitea-act-runner-fork
that referenced
this pull request
Jul 28, 2025
* Test fixups for Windows/Forks * revert change for repo/actor/owner this is fixed via nektos/act#723 Co-authored-by: Ryan (hackercat) <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
underth-moon99
added a commit
to underth-moon99/act
that referenced
this pull request
Jul 29, 2025
* Test fixups for Windows/Forks * revert change for repo/actor/owner this is fixed via nektos/act#723 Co-authored-by: Ryan (hackercat) <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
18549c9- fix: typobc3fca4- fix: remove debug for git references:it generates a massive amount of logs
d1f1875- feat: read values from env:allows to test act on GHA when it's not a main repo
28bd850- fix: merge extrapath with PATH8d0b059- fix(tests): add additional shells for testing0cf3600- fix(image): update images:pin node to major version only, current node version: 12.22.1
replace most images with
node:12-buster-slimto preventerrors on macOS runner due to DockerHub pull limit
replace ocaml image