Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v0.9.0-23-g09afd92
_commit: v0.9.0-24-g1479a01
_src_path: https://github.com/usnistgov/cookiecutter-nist-python.git
command_line_interface: typer
conda_channel: conda-forge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git restore --staged .
fi
shell: bash -euxo {0}
shell: bash -eux {0}

- name: Create pull request
if: steps.check.outputs.changed == 'true'
Expand Down
Loading