Fix argument indexes
parent
dac8f12e9f
commit
bed9b128a8
|
@ -297,9 +297,9 @@ fi
|
|||
function retry_github_status() {
|
||||
local pr=$1
|
||||
local context=$2
|
||||
local state=$4
|
||||
local token=$5
|
||||
local target=$6
|
||||
local state=$3
|
||||
local token=$4
|
||||
local target=$5
|
||||
|
||||
# Retry in case we hit our GitHub API quota or fail other ways.
|
||||
local attempt=0
|
||||
|
|
|
@ -46,9 +46,9 @@ jobs=(
|
|||
function retry_github_status() {
|
||||
local pr=$1
|
||||
local context=$2
|
||||
local state=$4
|
||||
local token=$5
|
||||
local target=$6
|
||||
local state=$3
|
||||
local token=$4
|
||||
local target=$5
|
||||
|
||||
# Retry in case we hit our GitHub API quota or fail other ways.
|
||||
local attempt=0
|
||||
|
|
Loading…
Reference in New Issue