mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
fix(ci): install libguestfs-tools on nested PVE and mask test password
- prepare-test-vm.sh: install libguestfs-tools if not present on the fresh nested PVE before running virt-customize - Mask PVE_PASSWORD in logs via ::add-mask:: to prevent leaking Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -119,6 +119,9 @@ jobs:
|
||||
vm_name: pve-test-pve8
|
||||
|
||||
steps:
|
||||
- name: Mask test password
|
||||
run: echo "::add-mask::${PVE_PASSWORD}"
|
||||
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Download module artifact
|
||||
|
||||
Reference in New Issue
Block a user