mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 18:20:06 +00:00
Fix the repo-sync multiline PR body bug (#94)
This commit is contained in:
parent
3bef84fc56
commit
0e34bfa2bd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/sync-skyvern-cloud.yml
vendored
3
.github/workflows/sync-skyvern-cloud.yml
vendored
|
@ -18,7 +18,8 @@ jobs:
|
|||
BRANCH_NAME=$(gh pr view $PR_NUMBER --json headRefName --jq .headRefName)
|
||||
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_OUTPUT
|
||||
PR_BODY=$(gh pr view $PR_NUMBER --json body --jq .body)
|
||||
echo "PR_BODY=$PR_BODY" >> $GITHUB_OUTPUT
|
||||
PR_BODY_ESCAPED=$(echo "$PR_BODY" | jq -aRs .)
|
||||
echo "PR_BODY=$PR_BODY_ESCAPED" >> $GITHUB_OUTPUT
|
||||
PR_TITLE=$(gh pr view $PR_NUMBER --json title --jq .title)
|
||||
echo "PR_TITLE=$PR_TITLE" >> $GITHUB_OUTPUT
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue