Skip to content

Commit 1f8f1db

Browse files
Update template_update.yml
1 parent f303b0c commit 1f8f1db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/template_update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ jobs:
146146
jq ".cookiecutter.template_sha = \"${NEW_SHA}\"" \
147147
.cookiecutter.json > tmp.json && mv tmp.json .cookiecutter.json
148148
149+
python /tmp/template-source/hooks/prune_cookiecutter_json.py --cookie .cookiecutter.json --deprecations templates/deprecations.json
150+
149151
git add -A
150152
git commit -m "Template render at ${NEW_SHA}"
151153

0 commit comments

Comments
 (0)