Merge pull request #1420 from john-westcott-iv/change_helm_release

Changing helm-release url setting from global to local
This commit is contained in:
John Westcott IV
2023-05-18 08:31:10 -04:00
committed by GitHub

View File

@@ -95,7 +95,7 @@
- name: Set url base swap in gitconfig
command:
cmd: "git config --global url.https://{{ gh_user }}:{{ gh_token }}@github.com/.insteadOf https://github.com/"
cmd: "git config --local url.https://{{ gh_user }}:{{ gh_token }}@github.com/.insteadOf https://github.com/"
args:
chdir: "{{ temp_dir.path }}/"
no_log: true