From 6a12070666e582bd54053fe568b7e080c5d0d01a Mon Sep 17 00:00:00 2001 From: gmcjy Date: Fri, 21 Oct 2022 22:02:56 +0530 Subject: [PATCH] Releasing chart --- .github/workflows/releasechart.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releasechart.yaml b/.github/workflows/releasechart.yaml index 6c46447..23de5e9 100644 --- a/.github/workflows/releasechart.yaml +++ b/.github/workflows/releasechart.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v1 # with: # fetch-depth: 0 @@ -33,4 +33,5 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: - charts_dir: helm-charts \ No newline at end of file + charts_dir: helm-charts + charts_repo_url: https://abhishek-ch.github.io/ata-machinelearning-the-boring-way \ No newline at end of file