add dependencies repos

This commit is contained in:
Valeriano Manassero 2021-07-07 09:11:10 +02:00
parent f93419b5d6
commit 0eba06038e

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"