mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[PR #1136] [MERGED] fix: conclusion and outcome are no integers #1798
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#1798
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?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1136
Author: @ChristopherHX
Created: 4/20/2022
Status: ✅ Merged
Merged: 4/26/2022
Merged by: @mergify[bot]
Base:
master← Head:exprevalfixes📝 Commits (3)
af2f616fix: conclusion and outcome are no integersd9dde19Change Test909f2fcMerge branch 'master' into exprevalfixes📊 Changes
3 files changed (+37 additions, -7 deletions)
View changed files
📝
pkg/exprparser/interpreter.go(+11 -1)📝
pkg/exprparser/interpreter_test.go(+20 -0)📝
pkg/runner/expression_test.go(+6 -6)📄 Description
Closes #1109
If I'm not mistaken there might be still some cases which are invalid for the stepStatus structure.
I'm a bit confused how the expression evaluator is working:
I can't get
contains(steps.*.outputs.name, 'value')working.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.