Open
Description
Description
It would be awesome if a remote taskfile could include remote files as well. My use case would be this: A remote taskfile uses a script to check something. The script is a file in the same repository as the remote taskfile.
The only workarounds I can think of right now would be to either rewrite the script to be part of the taskfile (which is not recommended) or add a task that first downloads the script before executing it. The latter option comes with some complexity I would like to avoid.