-
-
Notifications
You must be signed in to change notification settings - Fork 687
In GitHub Action, using version 3.40.0 of task to execute remote taskfile task reports vertex not found. #1931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you have a reproducible example ? |
Hello, fellow error-haver. I have also experienced this issue with remote Taskfiles but found it only happened when I did not specify the full path to the Taskfile. I think this is a sensible assumption to make but, to be fair, the documentation for remote taskfiles only shows support for URIs with a full path This doesn't workversion: "3"
includes:
foobar: https://example.com/taskfiles/foobar/ This worksversion: "3"
includes:
foobar: https://example.com/taskfiles/foobar/Taskfile.yaml |
Hi, this is the fix that I submitted before and merged. |
That change has been merged, but not released yet. It will be in the next release, which will hopefully be in the coming days. |
@pd93 do you have brief eta for next release? |
In GitHub Action, using version 3.40.0 of task to execute remote taskfile task reports vertex not found.
Here are the logs:
However, when using version 3.37.1 of the task, there was no error, and it was successfully completed.
I haven't tried more versions yet, but I wanted to report this issue first.
The text was updated successfully, but these errors were encountered: