mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #317] Action not being discovered for list #223
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#223
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 @timheuer on GitHub (Jul 24, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/317
Ex repo: https://github.com/timheuer/issue-notifier
When running
act -lmy action is not being discovered despite it being located in the correct location of.github\workflowsand a valid action.@github-actions[bot] commented on GitHub (Sep 23, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@jarretmoses commented on GitHub (Sep 24, 2020):
I am also having this issue
@joelworsham commented on GitHub (Oct 2, 2020):
Same
@raethlein commented on GitHub (Oct 21, 2020):
@timheuer By default,
actonly considers workflows that use the defaultpushevent. Since your action only "listens" to the "issues" event, you have to execute theactcommand as following:act issues -lwhich then lists your action correctly (I just tested it on my Mac). I created a pull request #399 to make this more clear in the documentation. Do you think the suggested documentation update would have had helped?@mtfurlan commented on GitHub (Dec 18, 2020):
So I never actually read those parts of the readme, I just ran
act --helpand all it says there isAs
[whatever]means whatever is optional, I think it's pretty reasonable to assume thatact --listwill list all workflows.Also in the case of
--listthe event isn't being run.So maybe something similar to
It would honestly be more useful if
act --listjust did list all workflows unless you pass a specific event, but in the meantime it would be helpful if the docs were correct.@github-actions[bot] commented on GitHub (Jan 18, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@mtfurlan commented on GitHub (Jan 18, 2021):
I think at the very least the help text should be updated to be less misleading.
@catthehacker commented on GitHub (Jan 21, 2021):
@mtfurlan I've updated README and in-
acthelp as part of https://github.com/nektos/act/pull/486@mtfurlan commented on GitHub (Jan 21, 2021):
Cool, thank you!
@github-actions[bot] commented on GitHub (Feb 21, 2021):
Issue is stale and will be closed in 14 days unless there is new activity