mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1035] Enhancement: Support Conditionals in Composite Actions #601
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#601
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 @ajrice6713 on GitHub (Mar 11, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1035
Describe feature
Github added support for conditionals in composite actions in Nov 2021 but it does not seem they are supported in act.
Ex:
Output:
It seems the conditionals are being ignored and that conditionals are not defined in the
ActionRunsschema@ChristopherHX commented on GitHub (Mar 11, 2022):
This feature has been contributed by me ( https://github.com/nektos/act/pull/793 ), but still no beeing released.
Here you can find a snaphot of act with this feature: https://github.com/nektos/act/actions/runs/1924759934
I would keep this issue open until the next release.
@ChristopherHX commented on GitHub (Mar 22, 2022):
Released in https://github.com/nektos/act/releases/tag/v0.2.26
github.action_statusisn't available, just usesuccess()andfailure()