mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #246] action.yaml: no such file or directory #166
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#166
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 @oscarmorrison on GitHub (May 18, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/246
my main.yml
my .actrc
Getting an error running it
@tobsenll commented on GitHub (May 19, 2020):
I have the same problem when I reference a local DockerAction without an action.yaml but only a Dockerfile.
This is working when running on github but not with act locally.
@stavalfi commented on GitHub (Jun 18, 2020):
@tobsenll @oscarmorrison is there any workaround? i have the same issue when using
actions-hub/docker/login@master@jsoref commented on GitHub (Jun 26, 2020):
@tobsenll / @stavalfi: could you provide a testcase?
I'm using this, but I have no idea if it's representative:
@benwinding commented on GitHub (Jul 22, 2020):
Okay, so here's how I got around this error in the
usingstatement:some/actionrequires theaction.yamlfile to be included in the action you're referencing more details here. It doesn't work without it.some/actiondoesn't work with@BRANCH_NAME(even though it works on Github) you need to use one of the following:action@masteraction@COMMIT_HASHaction@TAG_NAME@jsoref commented on GitHub (Jul 22, 2020):
@benwinding: I suspect the lack of handling for branch name might be handled for nektos/act#62, otherwise, it deserves its own issue.
@maxandersen commented on GitHub (Sep 11, 2020):
I have the same issue in https://github.com/jbangdev/jbang-action I use:
and it complains about login/action.yaml not found.
tried grokking what @benwinding suggested in https://github.com/nektos/act/issues/246#issuecomment-662237162 but if one remove
actions-hubnothing work ;)@github-actions[bot] commented on GitHub (Nov 11, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@jsoref commented on GitHub (Nov 11, 2020):
This issue is almost certainly still valid (I'm not a fan of that bot)
@github-actions[bot] commented on GitHub (Jan 11, 2021):
Issue is stale and will be closed in 7 days unless there is new activity
@jsoref commented on GitHub (Jan 11, 2021):
Bad bot
@ibraheeamm commented on GitHub (Jan 18, 2021):
Hey
I am also facing the same issue with this https://github.com/devmasx/brakeman-linter-action
Thanks
@github-actions[bot] commented on GitHub (Feb 18, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@rickstaa commented on GitHub (Feb 23, 2021):
@github-actions bot I think this is still relevant.
@github-actions[bot] commented on GitHub (Mar 26, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@jsoref commented on GitHub (Mar 26, 2021):
Bad bot
@catthehacker commented on GitHub (Apr 2, 2021):
Fixed by #293