From 446d4de928c06655ae34aa0d28987d0b471e76b3 Mon Sep 17 00:00:00 2001 From: lufire Date: Mon, 2 Mar 2026 14:39:17 +0000 Subject: [PATCH] chore: reject new Cruft update --- .cruft.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 36a8136..96ca769 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin", - "commit": "d306850507a46af96b5ab71129582655ce534c86", + "commit": "521583b3e8b972c0c693a8735575cca0f100983e", "checkout": null, "context": { "cookiecutter": { @@ -17,11 +17,14 @@ "include_parser": true, "include_app": false, "include_example_uploads": true, + "include_action": true, + "include_north_tools": false, + "north_tool_name": "my_north_tool", "_copy_without_render": [ "*.html" ], "_template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin", - "_commit": "d306850507a46af96b5ab71129582655ce534c86" + "_commit": "521583b3e8b972c0c693a8735575cca0f100983e" } }, "directory": null