mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #811] Issue: "panic: reflect: call of reflect.Value.Type on zero Value" #498
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#498
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 @jdpipe on GitHub (Sep 10, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/811
After following the "Alternative Installation" instructions for Homebrew on Linux on Ubuntu 20.04, without any use of
sudo. I then ranbrew install actwithout errors. However, when I then attempted to runact, I got errors:It seems to be referring to folders like
/home/linuxbrewwhich don't exist on my machine.System information
Workflow and/or repository
SolarTherm/SolarTherm on github.
@catthehacker commented on GitHub (Sep 10, 2021):
I can't reproduce issue using latest and master version of
act. Please provide full command you used and commit hash for https://github.com/SolarTherm/SolarThermIt refers to
/home/linuxbrewbecause that's wherebrewstores dependencies and programs.@ChristopherHX commented on GitHub (Sep 10, 2021):
This is (should be, not tested by me) fixed in master, but latest=v0.2.24 doesn't include the fix for
fail-fastwithout matrix property in strategy.Removing the unused strategy property is a workaround until v0.2.25 will be released.
The following workflow is causing the crash, remove the unused highlighted code and act v0.2.24 won't crash. (this is a duplicated issue)
github.com/SolarTherm/SolarTherm@85458de8e7/.github/workflows/dakota.yml (L8-L9)@catthehacker commented on GitHub (Sep 10, 2021):
@ChristopherHX commented on GitHub (Sep 10, 2021):
I'm able to reproduce this, if you use the push event act skips this workflow.
@jdpipe commented on GitHub (Sep 11, 2021):
Just giving my full steps.
and then I got the error as above.
@alvaromartmart commented on GitHub (Sep 30, 2021):
I'm getting the same error, on a M1 mac (I used the
--container-architecture linux/arm64) arg)@catthehacker commented on GitHub (Sep 30, 2021):
Duplicate of https://github.com/nektos/act/issues/760
Already fixed in master, you can use linked or any newer pull request artefacts to get working build
@josegonzalez commented on GitHub (Oct 17, 2021):
I know its fixed in master, but the latest release one gets from homebrew has this error, which makes it a bit more difficult for new users to figure out why their job isn't working locally.
Would it be possible to get a new release soonish? If there is something blocking that release, I'd love to hear about it so that maybe I can help out? :)
@catthehacker commented on GitHub (Oct 17, 2021):
@josegonzalez https://github.com/nektos/act/issues/678#issuecomment-850466260
brew install act --HEAD@francisco-gs-colpal commented on GitHub (Oct 19, 2021):
Than you very much, maybe documentation could be updated