Skip to content

Commit 0049c71

Browse files
authored
fix: GitHub Action doesn't have SSH key setup. (#31)
See pre-commit/action#8
1 parent 5562549 commit 0049c71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-apisix-openresty.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ wget https://openresty.org/download/openresty-1.19.3.1.tar.gz
1919
tar -zxvpf openresty-1.19.3.1.tar.gz
2020

2121
git clone --depth=1 $ngx_multi_upstream_module_ver \
22-
git@github.com:api7/ngx_multi_upstream_module.git
22+
https://github.com/api7/ngx_multi_upstream_module.git
2323
git clone --depth=1 $mod_dubbo_ver \
24-
git@github.com:api7/mod_dubbo.git
25-
git clone --depth=1 git@github.com:api7/apisix-nginx-module.git
24+
https://github.com/api7/mod_dubbo.git
25+
git clone --depth=1 https://github.com/api7/apisix-nginx-module.git
2626

2727
cd ngx_multi_upstream_module || exit 1
2828
./patch.sh ../openresty-1.19.3.1

0 commit comments

Comments
 (0)