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
This file will live in another_folder/file.py in the destination repo. Currently, if you remove dest from the config, then it will render the output correctly, however it will sync it to the wrong path in the destination repo.
🐞 Describe the bug
It seems as though when you want to use the Jinja templating, you cannot specify the
dest
keyword in the config alongsidetemplate
📚 To reproduce
Set the
sync.yml
file to:Then the
file.py
file will incorrectly be rendered as:💡 Expected behavior
I'd like to set the
sync.yml
file as:Which will be rendered as:
This file will live in
another_folder/file.py
in the destination repo. Currently, if you removedest
from the config, then it will render the output correctly, however it will sync it to the wrong path in the destination repo.🖼️ Screenshots
No response
⚙️ Environment
v1
📋 Additional context
This does work for a non-python example:
The text was updated successfully, but these errors were encountered: