We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca7335 commit 0e79fe2Copy full SHA for 0e79fe2
2 files changed
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
-_commit: v0.9.0-23-g09afd92
+_commit: v0.9.0-24-g1479a01
3
_src_path: https://github.com/usnistgov/cookiecutter-nist-python.git
4
command_line_interface: typer
5
conda_channel: conda-forge
.github/workflows/update-copier.yml
@@ -103,7 +103,7 @@ jobs:
103
git config --global user.name "github-actions[bot]"
104
git restore --staged .
105
fi
106
- shell: bash -euxo {0}
+ shell: bash -eux {0}
107
108
- name: Create pull request
109
if: steps.check.outputs.changed == 'true'
0 commit comments