From 5a5a413e67c64feee10931b891fa37f08d1acb71 Mon Sep 17 00:00:00 2001
From: Angus Bayley <angusbayley@gmail.com>
Date: Tue, 21 Jan 2025 10:47:03 +0000
Subject: [PATCH] TEMP - remove login and base_ref variables to move total #
 variables below 10 limit

---
 .github/workflows/test-mobile-e2e-reusable.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/test-mobile-e2e-reusable.yml b/.github/workflows/test-mobile-e2e-reusable.yml
index 9f5ae8382e40..fc8163a99dde 100644
--- a/.github/workflows/test-mobile-e2e-reusable.yml
+++ b/.github/workflows/test-mobile-e2e-reusable.yml
@@ -13,14 +13,6 @@ on:
           If you want to run only on a branch or specific commit, you can use either the sha or the branch name instead (prefer the first verion for PRs).
         type: string
         required: false
-      login:
-        description: The GitHub username that triggered the workflow
-        type: string
-        required: false
-      base_ref:
-        description: The base branch to merge the head into when checking out the code
-        type: string
-        required: false
       export_to_xray:
         description: Send tests results to Xray
         required: false