index
:
forgejo-act
main
forgejo-act
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
model
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: parse types of reusable workflows (#1414)
Markus Wolf
2022-11-01
2
-0
/
+75
*
refactor: move from io/ioutil to io and os packages (#1417)
Eng Zer Jun
2022-10-29
1
-13
/
+13
*
Mapping `workflow_dispatch` inputs into the Expression `inputs` context (#1363)
Markus Wolf
2022-10-17
1
-0
/
+45
*
fix: support docker create arguments from container.options (#1022) (#1351)
Alex Savchuk
2022-10-07
1
-1
/
+2
*
Fix composite input handling (#1345)
Markus Wolf
2022-10-06
1
-2
/
+27
*
fix: show workflow info even if on.push is not defined (#1329) (#1335)
v0.2.32
Alex Savchuk
2022-09-29
1
-0
/
+15
*
fix: align github.ref to GitHub Action (#1362)
Markus Wolf
2022-09-27
2
-6
/
+9
*
fix: support expression for step's continue-on-error field (#900) (#1331)
Alex Savchuk
2022-09-08
1
-11
/
+11
*
fix: show workflow name when get error on yml parsing (#1133) (#1328)
Alex Savchuk
2022-09-06
1
-1
/
+2
*
fix: the number in the github event is of type number (#1252)
Markus Wolf
2022-07-12
2
-2
/
+2
*
fix: allow TimeoutMinutes to be expression in Jobs (#1247)
Hisham Muhammad
2022-07-08
1
-1
/
+1
*
fix: processing of strategy.matrix.include (#1200)
ChristopherHX
2022-06-21
2
-0
/
+40
*
Improve logging (#1171)
Björn Brauer
2022-06-17
2
-17
/
+19
*
fix: allow TimeoutMinutes to be expression (#1217)
R
2022-06-16
1
-1
/
+1
*
refactor: remove github.com/pkg/errors dependency (#1077)
R
2022-06-10
3
-11
/
+11
*
implement pre and post steps (#1089)
Markus Wolf
2022-05-24
2
-0
/
+13
*
fix: remove composite restrictions (#1128)
R
2022-05-23
1
-31
/
+0
*
fix: return invalid step type (#1157)
Markus Wolf
2022-05-11
1
-0
/
+4
*
feat: support `GITHUB_REF_NAME` & `GITHUB_REF_TYPE` (#1142)
Kevin Wang
2022-05-08
1
-0
/
+2
*
implement volume mount for container job (#1101)
Seunghyun Hwang
2022-04-04
2
-0
/
+28
*
fix: return error on reusable workflows (#1093)
Ryan
2022-03-30
1
-0
/
+1
*
refactor: default empty if: statement to if: success() in evaluator & remove ...
Björn Brauer
2022-02-15
2
-54
/
+0
*
feat: add skipped status as step result (#950)
Markus Wolf
2022-01-21
1
-0
/
+2
*
feat: try to read ref and sha from event payload if available (#889)
Björn Brauer
2022-01-21
2
-0
/
+245
*
refactor: export and move shared contexts into pkg/model (#931)
Björn Brauer
2021-12-22
3
-0
/
+83
*
feat: add node16 support (#922)
Ryan
2021-12-22
1
-1
/
+4
*
Feature: uses in composite (#793)
ChristopherHX
2021-12-22
2
-4
/
+37
*
fix: rework setupShellCommand (#930)
Ryan
2021-12-22
1
-0
/
+1
*
fix: continue jobs + steps after failure (#840)
Markus Wolf
2021-12-08
2
-0
/
+7
*
container credentials (#868)
Till!
2021-11-27
2
-9
/
+40
*
fix: correctly unmarshal entrypoint (#876)
Ryan
2021-11-13
1
-1
/
+1
*
feat: improve list (#786)
Ryan
2021-08-30
2
-0
/
+2
*
Simplify Matrix decode, add defaults for fail-fast and max-parallel, add test...
Ryan
2021-08-09
3
-64
/
+217
*
Add `needs` job output (#629)
Phil Story
2021-07-01
2
-0
/
+43
*
Switch to `interface{}` instead of `map[string]...` (#700)
Ryan (hackercat)
2021-06-06
1
-17
/
+71
*
$GITHUB_PATH support (#566)
Torbjørn Vatn
2021-05-06
1
-0
/
+1
*
Fix environment variables and move `envs.txt`/`event.json` to fixed location ...
Ryan (hackercat)
2021-05-06
1
-2
/
+2
*
Fixes #598 (#628)
Renstrom
2021-05-05
2
-2
/
+51
*
Remove pwsh -login and add Pwsh test (#660)
Justin Grote
2021-05-05
2
-1
/
+17
*
Add `super-linter` + fix lint issues (#650)
Ryan (hackercat)
2021-05-03
1
-10
/
+6
*
refactor: `NewWorkflowPlanner` (#648)
Ryan (hackercat)
2021-05-03
8
-24
/
+109
*
Add support for composite actions (#514)
Mark DeLillo
2021-04-02
2
-1
/
+15
*
fix: fail workflow if the job name is invalid (#596)
hackercat
2021-04-02
4
-0
/
+56
*
fix: return error if both `run:`/`uses:` keys are used (#593)
hackercat
2021-04-01
2
-2
/
+40
*
Support running commands in repositories without action.yaml (#293)
v0.2.21
Josh Soref
2021-03-30
1
-9
/
+12
*
Update Shell Tasks to match ScriptHandlerHelpers (#575)
Justin Grote
2021-03-29
1
-3
/
+4
*
fix: invoke login shells to source `/etc/environment` (#570)
hackercat
2021-03-29
1
-3
/
+3
*
Removed pipefail from bash shell execution to match GitHub Actions (#529)
Andrew Gee
2021-02-12
1
-1
/
+1
*
Format sources with gofmt (#472)
KADOTA, Kyohei
2021-01-15
1
-1
/
+1
*
GitHub env file support (#426)
Torbjørn Vatn
2021-01-12
1
-3
/
+3
[next]