chore(autotest): change git site of autemate script

This commit is contained in:
xiangfangyang-tech 2021-10-19 16:25:16 +08:00 committed by Rory Z
parent a198158bfb
commit 48d932af83
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ jobs:
echo HAPROXY_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' haproxy) >> $GITHUB_ENV echo HAPROXY_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' haproxy) >> $GITHUB_ENV
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
repository: xiangfangyang-tech/emqx-fvt repository: emqx/emqx-fvt
path: scripts path: scripts
- uses: actions/setup-java@v1 - uses: actions/setup-java@v1
with: with: