From 75cc35440206132e633874a25ffda8b6bf3affe7 Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Wed, 13 Sep 2023 14:25:59 +0200 Subject: [PATCH] Try to fix repo path --- .github/workflows/android-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-build-test.yml b/.github/workflows/android-build-test.yml index 4012836774e..71ce51973b9 100644 --- a/.github/workflows/android-build-test.yml +++ b/.github/workflows/android-build-test.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout netbird repository uses: actions/checkout@v3 with: - repository: netbirdio/react-native-app + repository: netbirdio/react-native-app.git ref: main path: react-native-app - name: install gomobile