File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
5050 RESULT=`gh pr list --author github-actions[bot] --state open -q 'map(select(.title=="Rustc pull update")) | length' --json title`
5151 if [[ "$RESULT" -eq 0 ]]; then
5252 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.'`
5454 echo "pr_url=$PR_URL" >> $GITHUB_OUTPUT
5555 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`
5757 echo "pr_url=$PR_URL" >> $GITHUB_OUTPUT
5858 fi
5959 env :
You can’t perform that action at this time.
0 commit comments