From d74b5d09a5c038e771738142ea24f304aa3b322f Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Fri, 20 Dec 2024 23:11:19 -0500 Subject: [PATCH] debug --- .forgejo/workflows/tofu-issue-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/tofu-issue-deploy.yml b/.forgejo/workflows/tofu-issue-deploy.yml index 93dc33c..fc68806 100644 --- a/.forgejo/workflows/tofu-issue-deploy.yml +++ b/.forgejo/workflows/tofu-issue-deploy.yml @@ -97,6 +97,6 @@ jobs: run: | git config user.name "GitHub Actions" git config user.email "actions@github.com" - git add terraform/proxmox/$VM_ID.tf + git add terraform/proxmox/$VM_NAME.tf git commit -m "Add VM $VM_NAME configuration" git push