mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1033] Issue: Error: file does not exist with reusable workflows #603
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#603
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 @vladimirzatsepin on GitHub (Mar 11, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1033
Setup
I have the following
.github/workflows/main.yaml:And
.github/workflows/called.yml:Run command:
Expected behaviour
"Hello!" printed.
Actual behaviour
[Call workflow/call_workflow] 🚀 Start image=act
[Call workflow/call_workflow] 🐳 docker run image=act platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Call workflow/call_workflow] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root
[Call workflow/call_workflow] ⭐ Run call_workflow
[Call workflow/call_workflow] ❌ Failure - call_workflow
Error: file does not exist
@ChristopherHX commented on GitHub (Mar 11, 2022):
My Expected behaviour
Error: file does not exist
I agree this error should be improved
Reason
None of the following files are found:
./.github/workflows/called.yml/action.yml./.github/workflows/called.yml/action.yaml./.github/workflows/called.yml/DockerfileCorrectly calling workflows
Act doesn't support reusable workflows yet ( https://github.com/nektos/act/issues/826 )
.github/workflows/main.yaml@vladimirzatsepin commented on GitHub (Mar 13, 2022):
Do you have any timelines or roadmap for that?
@fanninpm commented on GitHub (Mar 22, 2022):
@catthehacker
@catthehacker commented on GitHub (Mar 22, 2022):
no
@catthehacker commented on GitHub (Mar 22, 2022):
Closing as duplicate of #826