We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4fc36 commit add8afeCopy full SHA for add8afe
.github/workflows/ci.yml
@@ -26,6 +26,8 @@ jobs:
26
git config user.name snapshots
27
git config user.email snapshots@users.noreply.github.com
28
git status
29
+ # debug https://github.com/tekumara/python-typed-template/issues/126
30
+ git ls-remote
31
git add .
32
if git commit -m "chore: update snapshots"; then
33
git push
0 commit comments