Update vib-action-test.yml

Change vmware-image-builder-action branch

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2024-11-11 08:22:43 +01:00
committed by GitHub
parent 59c223ce9e
commit 05956aa0f9

View File

@@ -18,7 +18,7 @@ jobs:
with: with:
# Full history is not required anymore # Full history is not required anymore
fetch-depth: 1 fetch-depth: 1
- uses: javierfreire/vmware-image-builder-action@artifact-actions-v4 - uses: vmware-labs/vmware-image-builder-action@artifact-actions-v4
name: Verify name: Verify
with: with:
pipeline: pgpool/vib-verify.json pipeline: pgpool/vib-verify.json
@@ -44,4 +44,4 @@ jobs:
name: Get report name: Get report
run: | run: |
vib_report_file=$(find ~/artifacts -name "report.json" -print -quit) vib_report_file=$(find ~/artifacts -name "report.json" -print -quit)
cat "$vib_report_file" cat "$vib_report_file"