Skip to content

Commit 0e0037c

Browse files
committedDec 21, 2024
debug
1 parent 62db6e4 commit 0e0037c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.forgejo/workflows/tofu-issue-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
ISSUE_BODY="${{ github.event.issue.body }}"
1919
echo "ISSUE_BODY=$ISSUE_BODY"
2020
21-
VM_NAME=$(echo "$ISSUE_BODY" | grep 'VM Name:' | cut -d':' -f2 | xargs)
21+
VM_NAME=$(echo "$ISSUE_BODY" | grep 'VM Name' | cut -d':' -f2 | xargs)
2222
echo "VM_NAME=$VM_NAME"
23-
23+
2424
VM_ID=$(echo "$ISSUE_BODY" | grep 'VM ID:' | cut -d':' -f2 | xargs)
2525
RAM=$(echo "$ISSUE_BODY" | grep 'RAM:' | cut -d':' -f2 | xargs)
2626
CPUS=$(echo "$ISSUE_BODY" | grep 'CPU Cores:' | cut -d':' -f2 | xargs)

0 commit comments

Comments
 (0)
Please sign in to comment.