From 80a1085e28f70970e9c50508a1dd61316bbea08c Mon Sep 17 00:00:00 2001 From: Debdut Chakraborty Date: Mon, 11 Nov 2024 16:51:19 +0530 Subject: [PATCH] use rocketchat's repo --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 330a4ac..90ca621 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -154,7 +154,7 @@ jobs: - name: 'Clone tests repository' uses: actions/checkout@v3 with: - repository: debdutdeb/rocket.chat.tests + repository: RocketChat/public-releases submodules: true - name: 'Run tests'