mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #339] Support composite GitHub actions #240
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#240
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 @justincy on GitHub (Aug 19, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/339
A request to support composite GitHub actions: https://docs.github.com/en/actions/creating-actions/creating-a-composite-run-steps-action
@jsoref commented on GitHub (Aug 30, 2020):
Amongst the things to look at: actions/runner#615
@kungfuchicken commented on GitHub (Sep 25, 2020):
+1 on this
@ghost commented on GitHub (Nov 16, 2020):
Any updates on the status of this one?
@github-actions[bot] commented on GitHub (Jan 16, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@rickstaa commented on GitHub (Jan 16, 2021):
Still relevant.
@dradetsky commented on GitHub (Feb 4, 2021):
I also need this feature
@rudolphmatthias commented on GitHub (Feb 26, 2021):
We want to start using composite actions a lot, but also don't want to loose the ability to test locally. This feature is really needed.
@github-actions[bot] commented on GitHub (Mar 30, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@catthehacker commented on GitHub (Apr 2, 2021):
Implemented in #514
@askb commented on GitHub (Apr 26, 2024):
@justincy Is there a readme or docs on what inputs are required for test run locally with the latest nektos/act? Maybe I'm missing some steps.
@jsoref commented on GitHub (Apr 26, 2024):
@askb: this ticket was for composite actions, your workflow appears to be a reusable workflow which was related to #826.
I'd suggest asking in gitter or opening a new ticket with a sample repository.