We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff0fec commit e1a7765Copy full SHA for e1a7765
tools/start-ci.sh
@@ -5,6 +5,7 @@ set -xe
5
GITHUB_TOKEN=$1
6
OWNER=$2
7
REPOSITORY=$3
8
+API_URL=https://api.github.com
9
REQUEST_CI_LABEL='request-ci'
10
REQUEST_CI_FAILED_LABEL='request-ci-failed'
11
shift 3
0 commit comments