Skip to content

Commit 72cc32d

Browse files
committed
wip
1 parent 994a22d commit 72cc32d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/regenerate-all.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@ jobs:
4141
version=$(sed -n 's/^version: *//p' librarian.yaml)
4242
go run "github.com/googleapis/librarian/cmd/librarian@${version}" install
4343
44+
- name: Debug Git State
45+
run: |
46+
echo "Current directory: $(pwd)"
47+
echo "Git status:"
48+
git status
49+
echo "Git branch output:"
50+
git branch
51+
echo "HEAD reference:"
52+
git rev-parse HEAD
53+
echo "Current branch:"
54+
git branch --show-current
55+
echo "Is this a shallow clone?"
56+
[ -f .git/shallow ] && echo "Yes, it is shallow" || echo "No, it is not shallow"
57+
4458
- name: Regenerate
4559
run: |
4660
version=$(sed -n 's/^version: *//p' librarian.yaml)

0 commit comments

Comments
 (0)