diff --git a/.github/workflows/reliability-copilot.yml b/.github/workflows/reliability-copilot.yml index f3f02a4bbf..e71b3bdad1 100644 --- a/.github/workflows/reliability-copilot.yml +++ b/.github/workflows/reliability-copilot.yml @@ -29,5 +29,4 @@ jobs: -e CODE_REPOSITORY_PASSWORD='${{ github.token }}' \ -e CODE_REPOSITORY_USERNAME='simlarsen' \ -e ONEUPTIME_LLM_SERVER_URL='http://57.128.112.160:8547' \ - --net=host \ - oneuptime/copilot:test \ No newline at end of file + --net=host oneuptime/copilot:test \ No newline at end of file