1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 00:44:00 +00:00

update variables rules doc

This commit is contained in:
deadc0de6
2020-11-08 13:10:31 +01:00
parent ba7a3de2bb
commit 0f1d9f1ecc
2 changed files with 7 additions and 2 deletions

View File

@@ -448,8 +448,8 @@ actions:
dateme: date > /tmp/timestamp
```
External variables will take precedence over variables defined within
the source config file.
External/imported variables will take precedence over variables defined
inside the main config file.
Dotdrop will fail if an imported path points to a non-existing file.
It is possible to make non-existing paths not fatal by appending the path with `:optional`