index
:
forgejo-act
main
forgejo-act
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
runner
/
runner_test.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: log skipped job and step result as info instead of debug
Earl Warren
2024-11-21
1
-0
/
+38
*
Merge branch 'nektos/master' into bump-nektos
Chongyi Zheng
2024-02-17
1
-0
/
+5
|
\
|
*
Add support for service containers (#1949)
Sam Foo
2023-10-19
1
-0
/
+5
*
|
Merge remote-tracking branch 'upstream/master' into bump-nektos
techknowlogick
2023-10-11
1
-0
/
+1
|
\
|
|
*
fix action_ref (composite action) (#2020)
ChristopherHX
2023-10-04
1
-0
/
+1
*
|
Merge nektos/act/v0.2.51
techknowlogick
2023-09-24
1
-0
/
+1
|
\
|
|
*
feat: cmd support for windows (#1941)
ChristopherHX
2023-08-08
1
-0
/
+1
*
|
Merge tag 'nektos/v0.2.49'
Jason Song
2023-08-02
1
-0
/
+1
|
\
|
|
*
Allow inputs for workflow_calls (#1845)
Sam Foo
2023-06-27
1
-0
/
+1
*
|
Merge tag 'nektos/v0.2.45'
Jason Song
2023-05-04
1
-1
/
+28
|
\
|
|
*
Remove the comment-out code. (#1691)
M.Yamashita
2023-04-19
1
-1
/
+0
|
*
feat: specify matrix on command line (#1675)
Shubh Bapna
2023-03-19
1
-0
/
+28
*
|
Support services (#42)
Zettat123
2023-04-19
1
-0
/
+37
|
/
*
test: Enshure ForcePull config doesn't break docker actions (1661)
ChristopherHX
2023-03-08
1
-0
/
+24
*
fix: crash malformed composite action (#1616)
ChristopherHX
2023-02-23
1
-0
/
+2
*
fix: tolerate workflow that needs a missing job (#1595) (#1619)
Josh Soref
2023-02-16
1
-12
/
+103
*
refactor: GITHUB_ENV command / remove env.PATH (#1503)
ChristopherHX
2023-02-04
1
-1
/
+7
*
test: Do not leak step env in composite (#1585)
ChristopherHX
2023-01-29
1
-1
/
+4
*
feat: add remote reusable workflows (#1525)
Markus Wolf
2023-01-19
1
-1
/
+1
*
Input (#1524)
Shubh Bapna
2023-01-13
1
-0
/
+22
*
fix: extra path lost in composite actions (#1531)
ChristopherHX
2023-01-10
1
-0
/
+1
*
fix: preserve job result state in case of failure (#1519)
Markus Wolf
2023-01-10
1
-0
/
+1
*
feat: Support "result" on "needs" context. (#1497)
Aaron Holmes
2022-12-19
1
-0
/
+1
*
feat: allow to spawn and run a local reusable workflow (#1423)
Markus Wolf
2022-12-15
1
-117
/
+124
*
feat: JobLoggerFactory (#1496)
ChristopherHX
2022-12-09
1
-3
/
+16
*
fix: step env is unavailable in with property expr (#1458)
ChristopherHX
2022-12-06
1
-0
/
+1
*
refactor: share UpdateFromEnv logic (#1457)
ChristopherHX
2022-12-06
1
-0
/
+3
*
feat: Host environment (#1293)
ChristopherHX
2022-11-16
1
-57
/
+89
*
fix: nil pointer access ( workflow_dispatch )
ChristopherHX
2022-11-10
1
-0
/
+3
*
Mapping `workflow_dispatch` inputs into the Expression `inputs` context (#1363)
Markus Wolf
2022-10-17
1
-1
/
+9
*
test: add test for networking setup in act (#1375)
Markus Wolf
2022-10-12
1
-0
/
+1
*
fix: crash on invalid docker credentials (#1348)
ChristopherHX
2022-09-26
1
-0
/
+1
*
fix: missing defaults in nodejs pre (#1349)
ChristopherHX
2022-09-26
1
-0
/
+1
*
fix: ensure all post steps are executed (#1286)
v0.2.30
Markus Wolf
2022-07-29
1
-0
/
+1
*
Made env interpolated instead of evaluated. (#1222)
Grigory Entin
2022-07-27
1
-0
/
+1
*
fix: use docker images from dockerhub (#1249)
R
2022-07-08
1
-4
/
+4
*
feat: non root user container (#1202)
ChristopherHX
2022-06-21
1
-0
/
+1
*
Improve logging (#1171)
Björn Brauer
2022-06-17
1
-1
/
+1
*
pkg/runner: add support to replace GitHub's env (#1197)
André Martins
2022-06-08
1
-0
/
+1
*
fix: dryrun skip local actions + enable Tests (#1199)
ChristopherHX
2022-06-07
1
-0
/
+30
*
implement pre and post steps (#1089)
Markus Wolf
2022-05-24
1
-0
/
+1
*
refactor: remove composite action runcontext workaround (#1085)
Markus Wolf
2022-05-11
1
-0
/
+33
*
chore: fold integration test outputs (#1111)
Markus Wolf
2022-04-20
1
-0
/
+4
*
tests: remove runTestJobFile (#1127)
Ryan
2022-04-19
1
-7
/
+3
*
tests(runner): move arm64 test to own func (#1095)
Ryan
2022-04-05
1
-143
/
+149
*
implement volume mount for container job (#1101)
Seunghyun Hwang
2022-04-04
1
-0
/
+1
*
fix: return error on reusable workflows (#1093)
Ryan
2022-03-30
1
-0
/
+1
*
fix: deep evaluate matrix strategy (#964)
ChristopherHX
2022-02-15
1
-0
/
+5
*
Fix: regression run after failure (#971)
ChristopherHX
2022-01-27
1
-0
/
+1
*
Test: env.ACT in if condition of the workflow (#965)
ChristopherHX
2022-01-25
1
-0
/
+1
[next]