We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851d3ad commit 00dae0aCopy full SHA for 00dae0a
1 file changed
.github/workflows/template_update.yml
@@ -151,8 +151,10 @@ jobs:
151
jq ".cookiecutter.template_sha = \"${NEW_SHA}\"" \
152
.cookiecutter.json > tmp.json && mv tmp.json .cookiecutter.json
153
154
- #removed deprecated cookiecutter q & a
155
- python /tmp/template-source/hooks/prune_cookiecutter_json.py --cookie .cookiecutter.json --deprecations deprecations.json
+ #removed deprecated cookiecutter variables
+ python /tmp/template-source/hooks/prune_cookiecutter_json.py \
156
+ --cookie .cookiecutter.json \
157
+ --deprecations /tmp/template-source/hooks/deprecated.json
158
159
# Format .NET code to reduce whitespace-only churn in PRs
160
# Try to format a solution if present; otherwise format the repo.
0 commit comments