Skip to content

Commit 1a6cb36

Browse files
Allow Spotless to make commits on a user's behalf (#312)
See diffplug/spotless#1242
1 parent 5ca7f54 commit 1a6cb36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/apply_spotless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
token: ${{ secrets.PAT || github.token }}
36+
fetch-depth: 0
3637

3738
- name: set up Java 17
3839
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)