This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch fix-6 in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
commit a835d36cfe7fc079c31e44287003f405304bb046 Author: Yingchu Chen <[email protected]> AuthorDate: Tue Oct 25 21:29:36 2022 +0800 test3 --- .github/workflows/release.yaml | 2 +- .gitmodules | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ff8e2b9..5b232bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Run chart-releaser uses: ./.github/actions/chart-releaser-action with: - charts_dir: . + charts_dir: charts/devlake env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_SKIP_EXISTING: true \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 50e426f..272d983 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,6 +5,3 @@ [submodule ".github/actions/chart-releaser-action"] path = .github/actions/chart-releaser-action url = [email protected]:helm/chart-releaser-action.git -[submodule ".github/actions/.github/actions/chart-releaser-action"] - path = .github/actions/.github/actions/chart-releaser-action - url = [email protected]:helm/chart-releaser-action.git
