mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #826] Issue: support for reusable workflows #502
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#502
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 @catthehacker on GitHub (Sep 26, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/826
ref: https://github.com/github/roadmap/issues/98
GitHub is going to support reusable workflows (similar to Azure DevOps Pipelines)
@ChristopherHX commented on GitHub (Sep 30, 2021):
I want to add someone found the beta documentation ( source )
https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
I'm going to implement it in my own actions-service (runner.server)
It seems to be even deployed as beta. Far more information than in the roadmap.
EDIT 2021/10/28:
For reusable workflows it might be useful to backport the following commit
github.com/ChristopherHX/act@efdc2fa175after my PRuses in compositeis mergedEDIT 2022/03/28
The commit mentioned in the previous edit has been merged via the
uses in compositeand is already inv0.2.26.This issue has a low priority for me.
DONE:
TODO:
jobscontext, the same asneedsof a job which depends on all other jobs in the reusable workflow@brettcurtis commented on GitHub (Oct 27, 2021):
We just started implementing reusable workflows. As I was going through the pains of several commits and merges leading to broken workflows I came across this repo! It was linked in the recent Thoughtworks Technology Radar. Anyways just here to say I'm looking forward to using it !!
@catthehacker commented on GitHub (Dec 4, 2021):
https://github.blog/changelog/2021-11-24-github-actions-reusable-workflows-are-generally-available/
@alexsanderp commented on GitHub (Dec 22, 2021):
News?
I received an error when trying to use a reusable workflow by act:
@catthehacker commented on GitHub (Dec 22, 2021):
That's because they are not supported
@kjbrak commented on GitHub (Jan 19, 2022):
Hi,
I also get the following when trying to run a job that uses a reusable workflow:
Any plans on implementing support for reusable workflows?
@larryclaman commented on GitHub (Feb 11, 2022):
Hi, just wondering if support for reusable workflows is on the backlog for act? As I've started refactoring my workflows to support them, I found that unfortunately it broke my ability to use act for unit testing.
@catthehacker commented on GitHub (Feb 11, 2022):
Yes, that's why this issue is opened
--- EDIT ---
Issue is locked because none of recent responses are helpful at all. Please familiarise yourself with https://github.com/golang/go/wiki/NoPlusOne/
In case of this, we are aware of the reusable workflows (I raised the issue after all). If there will be any news regarding this issue, it will be updated and/or unlocked.
If there will be an attempt at implementing it, its pull request will be linked. (Please feel free to contribute it)
Please do not ask when is this going to be implemented. It's annoying and doesn't contribute at all.
@lionslair commented on GitHub (Feb 28, 2022):
Any Update?