feature: limit clone to only master last commit

This commit is contained in:
RouxAntoine 2024-09-21 23:47:53 +02:00
parent cc511b8695
commit 5d8bdb4ceb
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout repository
uses: https://antoine-roux.tk/projects/actions/checkout@v4.1.8
with:
fetch-depth: 0
fetch-tags: false
- name: Setup java
uses: https://antoine-roux.tk/projects/actions/setup-java@v1.1.0