Skip to content

Commit 2bea24b

Browse files
committed
oops accidentally deleted this line
1 parent 3144383 commit 2bea24b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/create-pr.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ resp=$(curl -L \
4747
-H "X-GitHub-Api-Version: 2022-11-28" \
4848
-d "{\"title\":\"[Spec Resync] $(date '+%m-%d-%Y')\",\"body\":\"$(cat "$1")\",\"head\":\"${branch}\",\"base\":\"master\"}" \
4949
--url https://api.github.com/repos/$owner/$repo/pulls)
50+
echo $resp | jq '.html_url'
5051
echo "Creating the PR... done."
5152

5253
rm -rf $tools

0 commit comments

Comments
 (0)