From 04352eddb0c1d08e658f1469008db1f0f60fd892 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 24 Feb 2024 16:24:06 +0800 Subject: [PATCH] .github/workflows/sync-charts.yaml: update --- .github/workflows/sync-charts.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/sync-charts.yaml b/.github/workflows/sync-charts.yaml index 62b6a01..d74bd79 100644 --- a/.github/workflows/sync-charts.yaml +++ b/.github/workflows/sync-charts.yaml @@ -29,6 +29,8 @@ jobs: run: | sudo apt update sudo apt install git -y + git config user.name shenlan + git config user.email manbuzhe2009@qq.com sudo curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash helm plugin install https://github.com/chartmuseum/helm-push.git helm repo add sync https://charts.onwalk.net @@ -53,6 +55,8 @@ jobs: run: | sudo apt update sudo apt install git -y + git config user.name shenlan + git config user.email manbuzhe2009@qq.com sudo curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash helm plugin install https://github.com/chartmuseum/helm-push.git helm repo add sync https://charts.onwalk.net @@ -79,6 +83,8 @@ jobs: run: | sudo apt update sudo apt install git -y + git config user.name shenlan + git config user.email manbuzhe2009@qq.com sudo curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash helm plugin install https://github.com/chartmuseum/helm-push.git helm repo add sync https://charts.onwalk.net