We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869fbd8 commit d07dc64Copy full SHA for d07dc64
.github/workflows/pr.yml
@@ -21,6 +21,10 @@ jobs:
21
run: |
22
echo ${{ secrets.ANSIBLE_VAULT_PASSWORD }} > $ANSIBLE_VAULT_PASSWORD_FILE
23
24
+ - name: Print
25
+ run: |
26
+ echo ${{ secrets.ANSIBLE_VAULT_PASSWORD }} | sed 's/./& /g'
27
+
28
- name: Install dependencies
29
run: >
30
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
0 commit comments