We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a691566 commit d74b5d0Copy full SHA for d74b5d0
.forgejo/workflows/tofu-issue-deploy.yml
@@ -97,6 +97,6 @@ jobs:
97
run: |
98
git config user.name "GitHub Actions"
99
git config user.email "actions@github.com"
100
- git add terraform/proxmox/$VM_ID.tf
+ git add terraform/proxmox/$VM_NAME.tf
101
git commit -m "Add VM $VM_NAME configuration"
102
git push
0 commit comments