From 33cd272d53ff0e3bf4671ce36590b044e04916f5 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 5 Jun 2024 12:27:01 +1000 Subject: [PATCH] chore: Debug packer validate workflow step #8 --- .gitea/workflows/actions.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index a5c029c..e2908e6 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -78,8 +78,9 @@ jobs: - name: Run `packer validate` id: validate run: | - echo ${{ gitea }} - echo ${{ gitea.job }} + echo "gitea: ${{ gitea }}" + echo "gitea.refname: ${{ gitea.refname }}" + echo "gitea.job: ${{ gitea.job }}" packer validate \ -only=vsphere-iso.bootstrap \ -var docker_username=${{ secrets.DOCKER_USERNAME }} \