From d36fd0a93e9b80bcc91795c26a381c032233f4da Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:46:01 -0400 Subject: [PATCH] fix(ci): Update indentation in auth.yml --- .github/workflows/auth.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/auth.yml b/.github/workflows/auth.yml index afce22718e9..18fd32f04e9 100644 --- a/.github/workflows/auth.yml +++ b/.github/workflows/auth.yml @@ -134,12 +134,12 @@ jobs: # test_type: "xctest" auth-cron-only: - needs: pod_lib_lint - uses: ./.github/workflows/common_cocoapods_cron.yml - with: - product: FirebaseAuth - platforms: '[ "ios", "tvos --skip-tests", "macos --skip-tests", "watchos --skip-tests" ]' - flags: '[ "--use-static-frameworks" ]' - setup_command: scripts/configure_test_keychain.sh - secrets: - plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }} + needs: pod_lib_lint + uses: ./.github/workflows/common_cocoapods_cron.yml + with: + product: FirebaseAuth + platforms: '[ "ios", "tvos --skip-tests", "macos --skip-tests", "watchos --skip-tests" ]' + flags: '[ "--use-static-frameworks" ]' + setup_command: scripts/configure_test_keychain.sh + secrets: + plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}