Skip to content

Commit f16e203

Browse files
committed
Clear up that operation only works in config templates
1 parent d1eccf3 commit f16e203

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/creating.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,6 @@ Copier includes:
9999
- It contains the current commit hash from the template in
100100
`{{ _copier_conf.vcs_ref_hash }}`.
101101
- Contains Operating System-specific directory separator under `sep` key.
102-
- It also contains the current `operation` (`copy` | `update`).
102+
- It also contains the current `operation` (`copy` | `update`). This value is
103+
intended to be used for templating Copier configuration. It cannot be used in
104+
templated project paths and files.

0 commit comments

Comments
 (0)