Skip to content

Commit 80edc38

Browse files
committed
feat: remove debug
1 parent d9e10cd commit 80edc38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ jobs:
380380
env:
381381
VAULT_PASS: ${{ secrets.VAULT_PASS }}
382382
run: |
383-
echo "${VAULT_PASS}"
384383
find . -maxdepth 1 -name "*.yml" -not -name "requirements.yml" -not -name "hosts.yml" | xargs -n1 ansible-playbook --inventory="hosts.yml" --syntax-check
385384
386385
- name: Check for Molecule files

0 commit comments

Comments
 (0)