mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #79] Support loading of actions from .github/workflows/ #51
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#51
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 @alandtse on GitHub (Sep 22, 2019).
Original GitHub issue: https://github.com/nektos/act/issues/79
It looks like the use of .github/main.workflow is deprecated now that actions are moving to YAML. It'd be nice to support the new format as my newer repos with Actions does not create main.workflow anymore.
@maxheld83 commented on GitHub (Sep 28, 2019):
this is a duplicate of #74, right?
@alandtse commented on GitHub (Sep 28, 2019):
This could be a subset #74. act currently expects a
main.workflowfile to run so it's not usable by anyone who just started with Github actions and doesn't know the history. #74 seemed to be more about changing from HCL to YAML and didn't immediately strike me as related.@novoxd commented on GitHub (Oct 6, 2019):
+1 voting for this. In all my github repos only YAML actions used.
@cplee commented on GitHub (Oct 7, 2019):
Closing this as we are tracking this work in #74