mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix helm-release task to work in ansible, not GHA env (#1267)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user