.gitea
.github
.vscode
cmd
pkg
artifacts
common
container
exprparser
jobparser
lookpath
model
runner
res
testdata
.github
GITHUB_ENV-use-in-env-ctx
GITHUB_STATE
act-composite-env-test
actions
actions-environment-and-context-tests
basic
checkout
commands
composite-fail-with-output
container-hostname
defaults-run
dir with spaces
do-not-leak-step-env-in-composite
docker-action-custom-path
ensure-post-steps
env-and-path
environment-files
environment-files-parser-bug
environment-variables
evalenv
evalmatrix
evalmatrix-merge-array
evalmatrix-merge-map
evalmatrixneeds
evalmatrixneeds2
fail
if-env-act
if-expressions
input-from-cli
inputs-via-env-context
issue-104
issue-1195
issue-122
issue-141
issue-1595
issue-228
issue-597
issue-598
job-container
job-container-invalid-credentials
job-container-non-root
job-needs-context-contains-result
job-nil-step
job-status-check
local-action-docker-url
local-action-dockerfile
local-action-js
local-action-via-composite-dockerfile
localdockerimagetest_
mask-values
matrix
matrix-exitcode
push.yml
matrix-include-exclude
networking
nix-prepend-path
no-panic-on-invalid-composite-action
node
non-existent-action
outputs
parallel
path-handling
pull-request
python
remote-action-composite-js-pre-with-defaults
remote-action-docker
remote-action-js
remote-action-js-node-user
runs-on
secrets
services
set-env-new-env-file-per-step
set-env-step-env-override
shells
steps-context
uses-action-with-pre-and-post-step
uses-and-run-in-one-step
uses-composite
uses-composite-with-error
uses-composite-with-inputs
uses-composite-with-pre-and-post-steps
uses-docker-url
uses-github-empty
uses-github-full-sha
uses-github-noref
uses-github-path
uses-github-root
uses-github-short-sha
uses-nested-composite
uses-workflow
windows-add-env
windows-prepend-path
workdir
workflow_dispatch
workflow_dispatch-scalar
workflow_dispatch-scalar-composite-action
workflow_dispatch_no_inputs_mapping
action.go
action_composite.go
action_test.go
command.go
command_test.go
container_mock_test.go
expression.go
expression_test.go
job_executor.go
job_executor_test.go
logger.go
reusable_workflow.go
run_context.go
run_context_test.go
runner.go
runner_test.go
step.go
step_action_local.go
step_action_local_test.go
step_action_remote.go
step_action_remote_test.go
step_docker.go
step_docker_test.go
step_factory.go
step_factory_test.go
step_run.go
step_run_test.go
step_test.go
workflowpattern
.actrc
.editorconfig
.gitignore
.gitleaksignore
.golangci.yml
.goreleaser.yml
.markdownlint.yml
.mega-linter.yml
.mergify.yml
.prettierignore
.prettierrc.yml
CODEOWNERS
CONTRIBUTING.md
IMAGES.md
LICENSE
Makefile
README.md
VERIFICATION
VERSION
act-cli.nuspec
codecov.yml
go.mod
go.sum
install.sh
main.go
* fix: preserve job result state in case of failure There is just one job field for the job result. This is also true for matrix jobs. We need to preserve the failure state of a job to have the whole job failing in case of one permuation of the matrix failed. Closes #1518 * test: remove continue-on-error on job level This feature is not yet supported by act and if implemented would make this test invalid Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>