debug
This commit is contained in:
parent
b020766545
commit
d24d26cf65
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
ISSUE_BODY="${{ github.event.issue.body }}"
|
ISSUE_BODY="${{ github.event.issue.body }}"
|
||||||
echo "ISSUE_BODY=$ISSUE_BODY"
|
echo "ISSUE_BODY=$ISSUE_BODY"
|
||||||
|
|
||||||
VM_NAME=$(echo "$ISSUE_BODY" | awk '/VM Name/{getline; print $0}' | xargs)
|
VM_NAME=$(echo "$ISSUE_BODY" | grep -A 1 'VM Name' | tail -n 1 | xargs)
|
||||||
echo "Extracted VM_NAME: '$VM_NAME'"
|
echo "Extracted VM_NAME: '$VM_NAME'"
|
||||||
|
|
||||||
VM_ID=$(echo "$ISSUE_BODY" | grep 'VM ID:' | cut -d':' -f2 | xargs)
|
VM_ID=$(echo "$ISSUE_BODY" | grep 'VM ID:' | cut -d':' -f2 | xargs)
|
||||||
|
|
Loading…
Reference in a new issue