Skip to content

Commit b020766

Browse files
committedDec 21, 2024
debug
1 parent 32c8341 commit b020766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
echo "ISSUE_BODY=$ISSUE_BODY"
2020
2121
VM_NAME=$(echo "$ISSUE_BODY" | awk '/VM Name/{getline; print $0}' | xargs)
22+
echo "Extracted VM_NAME: '$VM_NAME'"
2223
2324
VM_ID=$(echo "$ISSUE_BODY" | grep 'VM ID:' | cut -d':' -f2 | xargs)
2425
RAM=$(echo "$ISSUE_BODY" | grep 'RAM:' | cut -d':' -f2 | xargs)

0 commit comments

Comments
 (0)
Please sign in to comment.