We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c88c45 commit e036117Copy full SHA for e036117
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v0.0.41-21-g8ca6c25
+_commit: v0.0.41-22-gd7c5bcd
3
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
4
description: Copier template for creating Python libraries and executables
5
python_ci_versions:
.github/workflows/ci.yaml
@@ -184,6 +184,8 @@ jobs:
184
exit 1
185
- name: Make updated dependabot hash commit as succeeded
186
if: needs.get-values.outputs.dependabot-commit-created == 'true'
187
+ env:
188
+ GH_TOKEN: ${{ github.token }}
189
run: |
190
gh api \
191
-X POST \
0 commit comments