mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-25 20:25:50 +01:00
ci: only fetch latest commit when checking out
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
b56f472813
commit
f393d3790a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user