From 58aef400378f86b69a512415a7414a1ae8653917 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Wed, 7 Feb 2024 16:16:39 +1000 Subject: [PATCH] fix(ci): update to prod v1 of invoke --- .github/workflows/cloud-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-ci.yaml b/.github/workflows/cloud-ci.yaml index d149852..38e82af 100644 --- a/.github/workflows/cloud-ci.yaml +++ b/.github/workflows/cloud-ci.yaml @@ -18,7 +18,7 @@ jobs: with: version: "1.0.1" - name: run tests using marathon-cloud - uses: MarathonLabs/action-invoke@feature/support-cli-v1 + uses: MarathonLabs/action-invoke@1 with: apiKey: ${{ secrets.MARATHON_CLOUD_API_TOKEN }} application: android-app/app/build/outputs/apk/debug/app-debug.apk