We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc1272 commit e8f6721Copy full SHA for e8f6721
.forgejo/workflows/tofu-issue-deploy.yml
@@ -69,7 +69,7 @@ jobs:
69
70
network_device {
71
bridge = "vmbr0"
72
- vlan_id = "${{ env.VLAN_ID }}"
+ vlan_id = ${{ env.VLAN_ID }}
73
}
74
75
disk {
0 commit comments