From 87843cb9a789eb930c082898f992af6a410c0562 Mon Sep 17 00:00:00 2001 From: lufire Date: Mon, 29 Dec 2025 14:16:52 +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..a0836d5 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin", - "commit": "d306850507a46af96b5ab71129582655ce534c86", + "commit": "7bfd556fe5c57f6ad5666fe65eed2cf3672f5719", "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": "7bfd556fe5c57f6ad5666fe65eed2cf3672f5719" } }, "directory": null