File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
50
50
RESULT=`gh pr list --author github-actions[bot] --state open -q 'map(select(.title=="Rustc pull update")) | length' --json title`
51
51
if [[ "$RESULT" -eq 0 ]]; then
52
52
echo "Creating new pull request"
53
- PR_URL=gh pr create -B master --title 'Rustc pull update' --body 'Latest update from rustc.'
53
+ PR_URL=` gh pr create -B master --title 'Rustc pull update' --body 'Latest update from rustc.'`
54
54
echo "pr_url=$PR_URL" >> $GITHUB_OUTPUT
55
55
else
56
- PR_URL=gh pr list --author github-actions[bot] --state open -q 'map(select(.title=="Rustc pull update")) | .[0].url' --json url,title
56
+ PR_URL=` gh pr list --author github-actions[bot] --state open -q 'map(select(.title=="Rustc pull update")) | .[0].url' --json url,title`
57
57
echo "pr_url=$PR_URL" >> $GITHUB_OUTPUT
58
58
fi
59
59
env :
You can’t perform that action at this time.
0 commit comments