mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1008] Issue: Error in if expression return code 0. #592
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#592
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mvrshvl on GitHub (Feb 22, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1008
System information
act: golang:1.16.5-alpineactversion: act version 0.2.25-41-gff13844-dirtyExpected behaviour
The act returns a non-zero error code about an incorrectly described yaml file
Actual behaviour
The act returns an error log, but the exit code is 0.
Trace with nil error:
github.com/nektos/act@e23223ad02/pkg/runner/run_context.go (L278)github.com/nektos/act@7dbf3fcb96/pkg/common/executor.go (L153)github.com/nektos/act@e23223ad02/pkg/runner/run_context.go (L414)github.com/nektos/act@7dbf3fcb96/pkg/common/executor.go (L156)Workflow and/or repository
Steps to reproduce
Run a workflow with the same job as in the step
Workflow and/or repository.actoutput[GitHub Actions/lints] ❌ Error in if: expression - lints
@ZauberNerd commented on GitHub (Feb 22, 2022):
A fix for this and some improvements in the log output in case of errors is included in: https://github.com/nektos/act/pull/1009