We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eefa21 commit 851d3adCopy full SHA for 851d3ad
1 file changed
.github/workflows/template_update.yml
@@ -152,7 +152,7 @@ jobs:
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 templates/deprecations.json
+ python /tmp/template-source/hooks/prune_cookiecutter_json.py --cookie .cookiecutter.json --deprecations deprecations.json
156
157
# Format .NET code to reduce whitespace-only churn in PRs
158
# Try to format a solution if present; otherwise format the repo.
0 commit comments