mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #330] cannot unmarshal error #233
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#233
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 @shinhyo on GitHub (Aug 4, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/330
Originally assigned to: @catthehacker on GitHub.
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#fromjson
fromjson Not supported?
@ElderOrb commented on GitHub (Aug 5, 2020):
I do see similar issue on Windows. Any workarounds?
@github-actions[bot] commented on GitHub (Oct 5, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@niclascarlstedt commented on GitHub (Nov 4, 2020):
👋
Any possibility to re-open this issue?
I see the same problem and it seems that this possibly is patched in the runner.
https://github.com/actions/runner/issues/751
@Nuru commented on GitHub (Nov 19, 2020):
Looks to me like this is a duplicate of #284
@frezbo commented on GitHub (Jan 12, 2021):
I can confirm the
fromJsonis not working in version0.2.18. My example is similar to https://github.com/nektos/act/issues/330#issue-672533677@github-actions[bot] commented on GitHub (Feb 12, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@Nuru commented on GitHub (Feb 12, 2021):
This was not fixed by #352. Is there something tricky about this?
@github-actions[bot] commented on GitHub (Mar 16, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@dprotaso commented on GitHub (Apr 11, 2021):
I'd re-open this - I just encountered this with
github.com/knative-sandbox/knobots@dd204c1b08/.github/workflows/auto-updates.yaml (L126-L127)@tigattack commented on GitHub (Apr 18, 2021):
I'm also seeing this error on a brand new install on macOS.
@evilr00t commented on GitHub (May 1, 2021):
I have similar issue using https://github.com/dflook/terraform-plan in my CI
Looks like
First slash in entrypoint is causing an issue.
@dprotaso commented on GitHub (Jun 11, 2021):
woot thanks @catthehacker for landing the fix 🎉
@stevengonsalvez commented on GitHub (Nov 11, 2021):
@evilr00t Is this working for you
with 0.2.24 it is still failing
@catthehacker commented on GitHub (Nov 13, 2021):
@evilr00t @stevengonsalvez this is different issue
#875