Skip to content

Commit 00dae0a

Browse files
Update template_update.yml
1 parent 851d3ad commit 00dae0a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/template_update.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ jobs:
151151
jq ".cookiecutter.template_sha = \"${NEW_SHA}\"" \
152152
.cookiecutter.json > tmp.json && mv tmp.json .cookiecutter.json
153153
154-
#removed deprecated cookiecutter q & a
155-
python /tmp/template-source/hooks/prune_cookiecutter_json.py --cookie .cookiecutter.json --deprecations deprecations.json
154+
#removed deprecated cookiecutter variables
155+
python /tmp/template-source/hooks/prune_cookiecutter_json.py \
156+
--cookie .cookiecutter.json \
157+
--deprecations /tmp/template-source/hooks/deprecated.json
156158
157159
# Format .NET code to reduce whitespace-only churn in PRs
158160
# Try to format a solution if present; otherwise format the repo.

0 commit comments

Comments
 (0)