We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e898a commit c8cccf4Copy full SHA for c8cccf4
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
python -m pip install --user cookiecutter
37
38
pushd "$(mktemp -d)"
39
- cookiecutter \
+ python -m cookiecutter \
40
--no-input \
41
"${OLDPWD}" \
42
plugin_name=MyPlugin \
0 commit comments