Skip to content

Commit 25fa6ae

Browse files
committed
Print git status to debug ci
1 parent 4905632 commit 25fa6ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request_target.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
run: ./gradlew formatKotlin
3838
- name: Api File Update
3939
run: ./gradlew apiDump
40-
- uses: stefanzweifel/git-auto-commit-action@v6.0.1
40+
- run: git status
41+
- uses: stefanzweifel/git-auto-commit-action@v6

0 commit comments

Comments
 (0)