We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729a0a5 commit 62db6e4Copy full SHA for 62db6e4
.forgejo/workflows/tofu-issue-deploy.yml
@@ -19,6 +19,8 @@ jobs:
19
echo "ISSUE_BODY=$ISSUE_BODY"
20
21
VM_NAME=$(echo "$ISSUE_BODY" | grep 'VM Name:' | cut -d':' -f2 | xargs)
22
+ echo "VM_NAME=$VM_NAME"
23
+
24
VM_ID=$(echo "$ISSUE_BODY" | grep 'VM ID:' | cut -d':' -f2 | xargs)
25
RAM=$(echo "$ISSUE_BODY" | grep 'RAM:' | cut -d':' -f2 | xargs)
26
CPUS=$(echo "$ISSUE_BODY" | grep 'CPU Cores:' | cut -d':' -f2 | xargs)
0 commit comments