We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62db6e4 commit 0e0037cCopy full SHA for 0e0037c
.forgejo/workflows/tofu-issue-deploy.yml
@@ -18,9 +18,9 @@ jobs:
18
ISSUE_BODY="${{ github.event.issue.body }}"
19
echo "ISSUE_BODY=$ISSUE_BODY"
20
21
- VM_NAME=$(echo "$ISSUE_BODY" | grep 'VM Name:' | cut -d':' -f2 | xargs)
+ 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