Valentin Maerten
Valentin Maerten
Thanks for the typo @andreynering I've rebased and fixed conflict I've also added a small paragraph about default
Thanks for your interest in this feature. We cannot provide ETA (you can find more information in our [doc](https://taskfile.dev/faq/#when-will-feature-be-released--etas))
Hello @toby-griffiths To do what you are trying to do, you need to use the default fonction in the go templating. This is working : ```yml # Taskfile version: '3'...
I've tested it and a friend also tested it. I am open to gather feedback on it :)
I really enjoy working on Task. Let me know if you have questions regarding my implementation Sure, enjoy the sun, I did the same this weekend in France! :slightly_smiling_face: Good...
@blackjid 's comment : > That is awesome @vmaerten thank for the work... > > Why did you choose to set the filename and the git reference in the same...
Thanks for checking this! We will definitely move forward on this!
I need to rebase due to recent merged PR I will do it
@pd93 I've rebased to add the function for prefixing the cache (done here: https://github.com/go-task/task/pull/1636). I've also taken your review into account. For some reason, the CI is not triggered. :'(
~~For now, you need to put the schema in front of the URL. Either `ssh://[email protected]/foo/bar.git?ref=main//directory/Taskfile.yml` or `https://github.com/foo/bar.git?ref=main//directory/Taskfile.yml` I'll impletement later the URL without the scheme~~ EDIT: like you use the...