From 2d468d8b8374b7681850285a8c80442fc8afab05 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 5 Jun 2024 12:21:14 +1000 Subject: [PATCH] chore: Debug packer validate workflow step #6 --- .gitea/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 837c420..c0d004f 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -80,7 +80,7 @@ jobs: run: | echo ${{ gitea }} echo ${{ gitea.job }} - echo $(openssl rand -hex 3) + echo ${{ gitea.sha:0:10 }} packer validate \ -only=vsphere-iso.bootstrap \ -var docker_username=${{ secrets.DOCKER_USERNAME }} \