File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
.github/actions/update-devcontainer-hash
template/.github/actions/update-devcontainer-hash Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.41-11-gd8f320a
2+ _commit : v0.0.41-12-gac9541a
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change 1717 run : |
1818 echo "Action can only be run by dependabot[bot], but was invoked by ${GITHUB_ACTOR}." >&2
1919 exit 1
20+ shell : bash
2021
2122 - name : Checkout code
2223 uses : actions/checkout@v4.2.2
@@ -29,10 +30,12 @@ runs:
2930 run : |
3031 git config user.name "github-actions[bot]"
3132 git config user.email "github-actions[bot]@users.noreply.github.com"
33+ shell : bash
3234
3335 - name : Update devcontainer hash
3436 run : |
3537 python3 .github/workflows/hash_git_files.py . --for-devcontainer-config-update --exit-zero
38+ shell : bash
3639
3740 - name : Commit & push changes
3841 run : |
4346 else
4447 echo "No changes to commit"
4548 fi
49+ shell : bash
Original file line number Diff line number Diff line change 1717 run : |
1818 echo "Action can only be run by dependabot[bot], but was invoked by ${GITHUB_ACTOR}." >&2
1919 exit 1
20+ shell : bash
2021
2122 - name : Checkout code
2223 uses : actions/checkout@v4.2.2
@@ -29,10 +30,12 @@ runs:
2930 run : |
3031 git config user.name "github-actions[bot]"
3132 git config user.email "github-actions[bot]@users.noreply.github.com"
33+ shell : bash
3234
3335 - name : Update devcontainer hash
3436 run : |
3537 python3 .github/workflows/hash_git_files.py . --for-devcontainer-config-update --exit-zero
38+ shell : bash
3639
3740 - name : Commit & push changes
3841 run : |
4346 else
4447 echo "No changes to commit"
4548 fi
49+ shell : bash
You can’t perform that action at this time.
0 commit comments