super shallow build
This commit is contained in:
3
.github/workflows/apps.release.yaml
vendored
3
.github/workflows/apps.release.yaml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
repository: truecharts/charts
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
path: chartsrepo
|
||||
@@ -31,6 +32,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
repository: truecharts/catalog
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
path: catalog
|
||||
@@ -38,6 +40,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
repository: truecharts/dh_catalog
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
path: dh_catalog
|
||||
|
||||
Reference in New Issue
Block a user