mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #783] Using "uses" inside composite action #491
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#491
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 @nenadfilipovic on GitHub (Aug 22, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/783
System information
act: custom imageactversion: 0.2.24Expected behaviour
I would like to use other actions inside my own actions and it is now possible on GitHub actions: https://github.com/actions/runner/issues/646#issuecomment-901336347
Is this feature supported in act?
This is custom action:
Actual behaviour
Error: (StepID: Login): Unexpected value 'uses'Workflow and/or repository
Steps to reproduce
act pull_request -j job-2actoutputError: (StepID: Login): Unexpected value 'uses'@akitson-degreed commented on GitHub (Aug 27, 2021):
I am also having this issue.
@nenadfilipovic commented on GitHub (Aug 28, 2021):
It needs to be implemented.
@sarahsturgeon commented on GitHub (Aug 29, 2021):
Also experiencing this
@github-actions[bot] commented on GitHub (Sep 29, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@shawnmclean commented on GitHub (Nov 3, 2021):
no! bad bot!
@DanySK commented on GitHub (Nov 23, 2021):
I'm being hit by this as well
@jayvdb commented on GitHub (Nov 30, 2021):
Here is a github action which uses this "composite" feature, causing the same error
https://github.com/palewire/install-python-pipenv-pipfile
Using https://github.com/xing/act/releases/tag/v0.2.25-xing.3-6cf9ed5 worked for me, as it contains some version of https://github.com/nektos/act/pull/793
@mangatmodi commented on GitHub (Feb 9, 2022):
Any plans to merge this upstream from https://github.com/xing/act/releases/tag/v0.2.25-xing.3-6cf9ed5 ?
@catthehacker commented on GitHub (Feb 9, 2022):
@mangatmodi merge what exactly?
@mangatmodi commented on GitHub (Feb 10, 2022):
@catthehacker Actually I had hit this same issue. I see that a fix was merged in the master in https://github.com/nektos/act/pull/514.
I tried
sudo GOBIN=/usr/local/bin/ go install -v github.com/nektos/act@masterand it worked :)Thanks for this amazing tool...
@achekery commented on GitHub (Feb 13, 2022):
With
github.com/nektos/act@df4ef4de80, updating the package to HEAD with brew is easier than before. So far so good using https://github.com/tj-actions/changed-files