From 4aa3e1a9b59cf995c70c645c2c4adfea5db75e58 Mon Sep 17 00:00:00 2001 From: lufire Date: Mon, 2 Feb 2026 14:37:17 +0000 Subject: [PATCH] chore: reject new Cruft update --- .cruft.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 36a8136..50e280b 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin", - "commit": "d306850507a46af96b5ab71129582655ce534c86", + "commit": "f942403ed913de05af91db50209d494ccea148a3", "checkout": null, "context": { "cookiecutter": { @@ -17,11 +17,12 @@ "include_parser": true, "include_app": false, "include_example_uploads": true, + "include_action": true, "_copy_without_render": [ "*.html" ], "_template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin", - "_commit": "d306850507a46af96b5ab71129582655ce534c86" + "_commit": "f942403ed913de05af91db50209d494ccea148a3" } }, "directory": null