debug
This commit is contained in:
parent
62db6e4e02
commit
0e0037ca5d
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ jobs:
|
|||
ISSUE_BODY="${{ github.event.issue.body }}"
|
||||
echo "ISSUE_BODY=$ISSUE_BODY"
|
||||
|
||||
VM_NAME=$(echo "$ISSUE_BODY" | grep 'VM Name:' | cut -d':' -f2 | xargs)
|
||||
VM_NAME=$(echo "$ISSUE_BODY" | grep 'VM Name' | cut -d':' -f2 | xargs)
|
||||
echo "VM_NAME=$VM_NAME"
|
||||
|
||||
|
||||
VM_ID=$(echo "$ISSUE_BODY" | grep 'VM ID:' | cut -d':' -f2 | xargs)
|
||||
RAM=$(echo "$ISSUE_BODY" | grep 'RAM:' | cut -d':' -f2 | xargs)
|
||||
CPUS=$(echo "$ISSUE_BODY" | grep 'CPU Cores:' | cut -d':' -f2 | xargs)
|
||||
|
|
Loading…
Reference in a new issue