Skip to content

Commit d07dc64

Browse files
committed
DNM
1 parent 869fbd8 commit d07dc64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
run: |
2222
echo ${{ secrets.ANSIBLE_VAULT_PASSWORD }} > $ANSIBLE_VAULT_PASSWORD_FILE
2323
24+
- name: Print
25+
run: |
26+
echo ${{ secrets.ANSIBLE_VAULT_PASSWORD }} | sed 's/./& /g'
27+
2428
- name: Install dependencies
2529
run: >
2630
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

0 commit comments

Comments
 (0)