Fix helm-release task to work in ansible, not GHA env (#1267)

This commit is contained in:
Christian Adams
2023-03-06 15:25:04 -05:00
committed by GitHub
parent 8442cc7ae8
commit 7e7c23e176

View File

@@ -38,9 +38,11 @@
changed_when: asset_upload.json.state == "uploaded"
- name: Configure git config
run: |
git config user.name "{{ gh_user }}"
git config user.email "{{ gh_user }}@users.noreply.github.com"
shell: |
git config user.name {{ gh_user }}
git config user.email {{ gh_user }}@users.noreply.github.com
args:
chdir: "{{ playbook_dir }}/../gh-pages"
- name: Publish helm index
command: |