Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 3c67a5e

Browse files
authored
Merge pull request #29 from DiamondLightSource/dev
restore root commit hash
2 parents f3c7e0f + 767528e commit 3c67a5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
rm -r ${{ env.remove_me }}
3737
sed -i /${{ env.remove_me }}/d versions.txt
3838
git config --global user.name 'GitHub Actions Docs Cleanup CI'
39-
git config --global user.email 'gha@users.noreply.github.com'
39+
git config --global user.email 'GithubActionsCleanup@users.noreply.github.com'
4040
git commit -am"removing redundant docs version ${{ env.remove_me }}"
4141
git push

src/python3_pip_skeleton/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"CONTRIBUTING.rst": ("\nUpdating the tools\n", None),
2525
}
2626

27-
SKELETON_ROOT_COMMIT = "de6d5f161b940ebd052ee3123a7250a0776dcf50"
27+
SKELETON_ROOT_COMMIT = "ededf00035e6ccfac78946213009c1ecd7c110a9"
2828

2929

3030
def git(*args, cwd=None) -> str:

0 commit comments

Comments
 (0)