feature: limit clone to only master last commit
This commit is contained in:
parent
cc511b8695
commit
5d8bdb4ceb
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -13,6 +13,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://antoine-roux.tk/projects/actions/checkout@v4.1.8
|
uses: https://antoine-roux.tk/projects/actions/checkout@v4.1.8
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
fetch-tags: false
|
||||||
|
|
||||||
- name: Setup java
|
- name: Setup java
|
||||||
uses: https://antoine-roux.tk/projects/actions/setup-java@v1.1.0
|
uses: https://antoine-roux.tk/projects/actions/setup-java@v1.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user