ci: only fetch latest commit when checking out

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-01-13 22:32:14 +01:00
parent b56f472813
commit f393d3790a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -20,6 +20,8 @@ jobs:
uses: styfle/cancel-workflow-action@0.11.0 uses: styfle/cancel-workflow-action@0.11.0
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
width:
fetch-depth: 0
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with: