We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa180e commit 1f78ef2Copy full SHA for 1f78ef2
.github/workflows/build.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- name: 📦 Checkout Code
14
uses: actions/checkout@v3
15
+ with:
16
+ fetch-depth: 0
17
18
- name: ☕ Set up Java 21
19
uses: actions/setup-java@v3
0 commit comments