We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f303b0c commit 1f8f1dbCopy full SHA for 1f8f1db
1 file changed
.github/workflows/template_update.yml
@@ -146,6 +146,8 @@ jobs:
146
jq ".cookiecutter.template_sha = \"${NEW_SHA}\"" \
147
.cookiecutter.json > tmp.json && mv tmp.json .cookiecutter.json
148
149
+ python /tmp/template-source/hooks/prune_cookiecutter_json.py --cookie .cookiecutter.json --deprecations templates/deprecations.json
150
+
151
git add -A
152
git commit -m "Template render at ${NEW_SHA}"
153
0 commit comments