You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GitHub Action, using version 3.40.0 of task to execute remote taskfile task reports vertex not found.
Here are the logs:
Run task --yes cloudrun:deploy SVC="@all" ENV="dev" CANARY="0"
The task you are attempting to run depends on the remote Taskfile at "https://storage.googleapis.com/xxx/cloudrun/Taskfile.yml".
--- Make sure you trust the source of this Taskfile before continuing ---
Continue? [assuming yes]
The task you are attempting to run depends on the remote Taskfile at "https://storage.googleapis.com/xxx/docker/Taskfile.yml".
--- Make sure you trust the source of this Taskfile before continuing ---
source vertex https://storage.googleapis.com/xxx/cloudrun/Taskfile.yml: vertex not found
Continue? [assuming yes]
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:
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: