We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3144383 commit 2bea24bCopy full SHA for 2bea24b
.evergreen/scripts/create-pr.sh
@@ -47,6 +47,7 @@ resp=$(curl -L \
47
-H "X-GitHub-Api-Version: 2022-11-28" \
48
-d "{\"title\":\"[Spec Resync] $(date '+%m-%d-%Y')\",\"body\":\"$(cat "$1")\",\"head\":\"${branch}\",\"base\":\"master\"}" \
49
--url https://api.github.com/repos/$owner/$repo/pulls)
50
+echo $resp | jq '.html_url'
51
echo "Creating the PR... done."
52
53
rm -rf $tools
0 commit comments