mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Avoid duplicate error codes when opening WPT PR.
This commit is contained in:
parent
97b218d098
commit
c51505718b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ EOF
|
|||
curl -H "Authorization: token ${WPT_SYNC_TOKEN}" \
|
||||
-H "Content-Type: application/json" \
|
||||
--data @prdata.json \
|
||||
https://api.github.com/repos/servo/servo/pulls || return 4
|
||||
https://api.github.com/repos/servo/servo/pulls || return 5
|
||||
}
|
||||
|
||||
function pull_from_upstream() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue