celeborn/.gitmodules
sychen a8f6de5cc6 [CELEBORN-2117] Use git submodules for Chart Actions
### What changes were proposed in this pull request?

### Why are the changes needed?

> The action helm/chart-testing-actionv2.6.1 is not allowed in apache/celeborn because all actions must be from a repository owned by your enterprise, created by GitHub, verified in the GitHub Marketplace

https://github.com/apache/celeborn/actions/runs/17004559972

---

Refer to this PR implementation

https://github.com/apache/ozone-helm-charts/pull/6

```bash
git submodule add --force https://github.com/helm/chart-testing-action .github/actions/chart-testing-action
git -C .github/actions/chart-testing-action checkout e6669bcd63d7cb57cb4380c33043eebe5d111992
```

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?
https://github.com/apache/celeborn/actions/runs/17037324387/job/48292733845?pr=3431

Closes #3431 from cxzl25/chart-testing-action.

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Shuang <lvshuang.xjs@alibaba-inc.com>
2025-08-19 14:25:48 +08:00

4 lines
148 B
Plaintext

[submodule ".github/actions/chart-testing-action"]
path = .github/actions/chart-testing-action
url = https://github.com/helm/chart-testing-action