From 8b03d1d299b6d046c69b79f1cb2108b2627de3c6 Mon Sep 17 00:00:00 2001 From: augustocollado Date: Sat, 4 Nov 2023 10:19:03 -0300 Subject: [PATCH] Reference to branch from variable --- builders/build/templates/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/build/templates/overview.md b/builders/build/templates/overview.md index a35a2b66..3a4bae90 100644 --- a/builders/build/templates/overview.md +++ b/builders/build/templates/overview.md @@ -106,7 +106,7 @@ To support the Tanssi protocol, it will be necessary to add [the modules](#base- } pallet_authorities_noting = { git = "https://github.com/moondance-labs/moonkit", - branch = "tanssi-polkadot-v0.9.43", default-features = false + branch = "{{ repository.tanssi.release_branch }}", default-features = false } ... ```