Fix release action (#2)

* typo fix

* add dependencies repos
This commit is contained in:
Valeriano Manassero
2021-07-07 09:15:53 +02:00
committed by GitHub
parent cf5a2e5fe6
commit 2190f568fb
2 changed files with 5 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ jobs:
uses: helm/chart-testing-action@v2.0.1
- name: Add bitnami repo
run: helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Add elstic repo
- name: Add elastic repo
run: helm repo add elastic https://helm.elastic.co
- name: Run chart-testing (list-changed)
id: list-changed

View File

@@ -13,6 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Add bitnami repo
run: helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Add elastic repo
run: helm repo add elastic https://helm.elastic.co
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"