super shallow build

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-29 21:15:36 +02:00
parent 9b37fc4911
commit 3cb3957e42

View File

@@ -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