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