Skip to content

Commit

Permalink
Update known limitations (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored May 4, 2023
1 parent 454b336 commit fe59a7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,17 @@ go run . run
Is now working in 0.6.0, including hashfiles
- ~~You won't be able to run steps after a failure without using `continue-on-error: true`~~ Implemented since v0.2.0 via nektos/act contribution ( https://github.com/nektos/act/commit/1891c72ab158508e36009d16b24913fa5836422b )
- ~~The expression interpreter of this runner doesn't always behave like you would expect and you might see errors or other expressions which shouldn't work are working here ( based on javascript, not on actions/runner )~~ v0.2.0 uses rhysd/actionlint instead with much better compatibility https://github.com/nektos/act/pull/908
- ~~`add-mask` command not implemented~~ Is now working in 0.6.0
- ~~Running steps after cancellation~~ Is now working in 0.6.0
- ~~steps.timeout-minutes not implemented~~ Is now working in 0.6.0
- Service Container are not implemented
- Step Summaries are not implemented (only file command is provided)
- Annotations are not implemented
- Problem Matcher are not implemented
- Expressions in `with` and `env` (also applies to workflow and job env blocks) keys / directly assign to a mapping expression are not implemented
- Secret masking may leak more secrets than the one of actions/runner
- Job Outputs are sent regardless if they would leak secret data to non secret storage
- You need to provide the `node` program yourself in all containers / host configurations
- You need to manually update the runner
- Most issues of https://github.com/nektos/act/issues applies to this runner as well

Expand Down

0 comments on commit fe59a7a

Please sign in to comment.