fix: url
This commit is contained in:
parent
b2fe4b1e24
commit
5eed44b750
2 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
charts_dir: charts
|
||||
linting: off
|
||||
branch: pages
|
||||
charts_url: https://devthefuture.codeberg.org/helm-charts
|
||||
charts_url: https://devthefuture.codeberg.page/helm-charts
|
||||
commit_username: "forgejo-actions"
|
||||
commit_email: "bot@devthefuture.org"
|
||||
repo_url: https://org-bot-devthefuture:${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}@git.devthefuture.org/${{ github.repository }}.git
|
|
@ -1 +1,5 @@
|
|||
# DevTheFuture Helm Charts Registry
|
||||
# DevTheFuture Helm Charts Registry
|
||||
|
||||
```sh
|
||||
helm repo add devthefuture https://devthefuture.codeberg.page/helm-charts
|
||||
```
|
Loading…
Add table
Reference in a new issue