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
_commit: v0.0.41-11-gd8f320a
_commit: v0.0.41-12-gac9541a
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
description: Copier template for creating Python libraries and executables
python_ci_versions:
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/update-devcontainer-hash/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ runs:
run: |
echo "Action can only be run by dependabot[bot], but was invoked by ${GITHUB_ACTOR}." >&2
exit 1
shell: bash

- name: Checkout code
uses: actions/checkout@v4.2.2
Expand All @@ -29,10 +30,12 @@ runs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
shell: bash

- name: Update devcontainer hash
run: |
python3 .github/workflows/hash_git_files.py . --for-devcontainer-config-update --exit-zero
shell: bash

- name: Commit & push changes
run: |
Expand All @@ -43,3 +46,4 @@ runs:
else
echo "No changes to commit"
fi
shell: bash
4 changes: 4 additions & 0 deletions template/.github/actions/update-devcontainer-hash/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ runs:
run: |
echo "Action can only be run by dependabot[bot], but was invoked by ${GITHUB_ACTOR}." >&2
exit 1
shell: bash

- name: Checkout code
uses: actions/checkout@v4.2.2
Expand All @@ -29,10 +30,12 @@ runs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
shell: bash

- name: Update devcontainer hash
run: |
python3 .github/workflows/hash_git_files.py . --for-devcontainer-config-update --exit-zero
shell: bash

- name: Commit & push changes
run: |
Expand All @@ -43,3 +46,4 @@ runs:
else
echo "No changes to commit"
fi
shell: bash