mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #450] Unmarshal error #315
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#315
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 @speelbarrow on GitHub (Dec 16, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/450
Originally assigned to: @catthehacker on GitHub.
When unmarshalling:
I get the error:
@github-actions[bot] commented on GitHub (Jan 16, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@hertzg commented on GitHub (Jan 16, 2021):
This is still an issue, I am experiencing it as well, anyway we could help resolve it?
@github-actions[bot] commented on GitHub (Feb 19, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@jonico commented on GitHub (Feb 22, 2021):
Please don't mark this issue as stale, dynamic matrix builds are an amazing feature, also asked in #540
@github-actions[bot] commented on GitHub (Mar 24, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@jamesalbert commented on GitHub (Mar 24, 2021):
this bot is relentless
@hertzg commented on GitHub (Mar 25, 2021):
Not sure if this project is actively maintained
@jamesalbert commented on GitHub (Mar 29, 2021):
looking at the commit history, it seems relatively active. I think with all the changes coming out, it might be difficult to fix all the issues. Looking forward to further maturity though, would really like to test actions locally before committing.
@catthehacker commented on GitHub (Mar 29, 2021):
Hi all, project is not stale 😅 it's just a lot of work to fix all the issues and edge cases that people report. If you know how to fix problem, feel free to submit PR.
@ni4 commented on GitHub (Jun 7, 2021):
@catthehacker Tried to install on macOS via
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash, assuming that master should include commits from this PR, but still get the same error. Is it something on my side?It fails on this line:
env: ${{ matrix.env }}.@catthehacker commented on GitHub (Jun 7, 2021):
Install script does not install
masterbranch, only released tags@ni4 commented on GitHub (Jun 7, 2021):
@catthehacker Thanks for clarifying!