mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #760] Issue: panic: reflect: call of reflect.Value.Type on zero Value #480
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#480
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 @ptrk8 on GitHub (Jul 25, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/760
Originally assigned to: @catthehacker on GitHub.
System information
actversion: 0.2.23Expected behaviour
actdoes not crash when I run the following command:act --userns <my namespace> releaseActual behaviour
Running
act --userns <my namespace> releaseresults in the following error:Workflow and/or repository
workflow
Steps to reproduce
actact -v --userns <namespace> release.actoutputLog
@ronnetzer commented on GitHub (Jul 26, 2021):
same version, i get the same error when running
act -s TOKEN@catthehacker commented on GitHub (Jul 26, 2021):
In some sense it's a duplicate of #625 but since I changed it from
map[string]...tointerface{}and now it fails at reflecting.