mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #899] Issue: <shortly describe issue> #534
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#534
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 @tanul-bhasin on GitHub (Nov 22, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/899
Team.
My workflow has this step
At this path
./src/shared/github-actions/code/build-job, I have my action.ymlbut always getting this errorI have tried shifting the action.yml to the same folder as workflow with changing
uses:value to./still getting the same error. Any suggestion please.Thanks
@ZauberNerd commented on GitHub (Nov 22, 2021):
I think you're missing
- uses: actions/checkout@v2https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#example-using-a-private-action
@smartaquarius10 commented on GitHub (Nov 22, 2021):
@ZauberNerd , Hmm. now this error is coming at this same step.
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
DEBU[0014] (StepID: Checkout): Unexpected value 'uses'
Error: (StepID: Checkout): Unexpected value 'uses'
(@ZauberNerd, messaging from my other user id.)
@smartaquarius10 commented on GitHub (Nov 22, 2021):
Is it not possible to include uses: within composite
@ZauberNerd commented on GitHub (Nov 22, 2021):
Not yet: https://github.com/nektos/act/pull/793