Skip to content

Commit b96aae4

Browse files
SessionHero01SessionHero01
authored andcommitted
Corrected steps for checkout
1 parent 7fb92eb commit b96aae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
submodules: 'recursive'
2424
# For a push event, we need all history for git describe
25-
depth: ${{ github.event_name == 'pull_request' && 1 || 0 }}
25+
fetch-depth: ${{ github.event_name == 'pull_request' && 1 || 0 }}
2626
- name: Set up JDK 17
2727
uses: actions/setup-java@v4
2828
with:

0 commit comments

Comments
 (0)