Skip to content

Commit 9ed8195

Browse files
committed
fixed args issue
1 parent f5bddba commit 9ed8195

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
# run test-site
44
if [[ $2 == *"test"* ]]
55
then
6-
cursion test-site $3 --api-token=$1
6+
cursion test-site $3 --api-key=$1
77
fi
88

99
# run run-case
1010
if [[ $2 == *"case"* ]]
1111
then
12-
cursion run-case $3 $4 --api-token=$1 $6
12+
cursion run-case $3 $4 --api-key=$1 $6
1313
fi
1414

1515
# run run-flow
1616
if [[ $2 == *"flow"* ]]
1717
then
18-
cursion run-flow $3 $5 --api-token=$1
18+
cursion run-flow $3 $5 --api-key=$1
1919
fi

0 commit comments

Comments
 (0)