Skip to content

Commit 62db6e4

Browse files
committedDec 21, 2024
debug
1 parent 729a0a5 commit 62db6e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

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

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
echo "ISSUE_BODY=$ISSUE_BODY"
2020
2121
VM_NAME=$(echo "$ISSUE_BODY" | grep 'VM Name:' | cut -d':' -f2 | xargs)
22+
echo "VM_NAME=$VM_NAME"
23+
2224
VM_ID=$(echo "$ISSUE_BODY" | grep 'VM ID:' | cut -d':' -f2 | xargs)
2325
RAM=$(echo "$ISSUE_BODY" | grep 'RAM:' | cut -d':' -f2 | xargs)
2426
CPUS=$(echo "$ISSUE_BODY" | grep 'CPU Cores:' | cut -d':' -f2 | xargs)

0 commit comments

Comments
 (0)
Please sign in to comment.