mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #885] Issue: zero value panic in matrix workflow #527
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#527
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 @marscher on GitHub (Nov 16, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/885
System information
act:actversion: 0.2.24Expected behaviour
Be able to run a single workflow.
Actual behaviour
When executing act on this repo's ()workflows, I receive the following stack trace, right after image selection (large). On another less complicated matrix the act installation works like a charm, so I suspect it has something to do with the contained workflow matrix.
Workflow and/or repository
github.com/BAMWelDX/weldx@23ad669b93actoutputLog
@catthehacker commented on GitHub (Nov 16, 2021):
Issue is fixed in master branch

@marscher commented on GitHub (Nov 16, 2021):
Thanks, I should have tested the master version. Sry for wasting your time.
@catthehacker commented on GitHub (Nov 16, 2021):
Ok, finally found the issue
Duplicate of https://github.com/nektos/act/issues/760
@marscher commented on GitHub (Nov 16, 2021):
eventually it is worth releasing this fix?
@catthehacker commented on GitHub (Nov 16, 2021):
@marscher yes but that is up to project owner, I can't do it myself