mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1005] Enhancement: 'uses' in compiste action #591
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#591
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 @Steph0 on GitHub (Feb 17, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1005
Describe feature
Currently using act
0.2.25, I was wondering if there is already in the roadmap the target to support 'uses' in composite actions.Source: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsuses
It currently works when I launch it on Github but with act I get the error
Thanks for your answers and your great work on act!
@ZauberNerd commented on GitHub (Feb 17, 2022):
It is already implemented, but not yet released: https://github.com/nektos/act/pull/793
To try it out, you can install one of these snapshots from the above linked PR: https://github.com/nektos/act/actions/runs/1612711228
Or you can use go to install from
master: https://github.com/nektos/act/wiki/Installation#go-multiple-platforms or clone and build it yourself: https://github.com/nektos/act#manually-building-from-source@Steph0 commented on GitHub (Feb 18, 2022):
@ZauberNerd oh sweet! I'm gonna try that. I'm currently learning a bit Go to start digging into act code, 'cause I use this tool a lot and i love it. Thanks for the detailed answer. I close the ticket, I'll give a feedback if I managed to get it running.
Can't wait 0.2.26 :)
@catthehacker commented on GitHub (Feb 18, 2022):
I've updated wiki to mention build from source via
git clone