Skip to content

Commit 61f774a

Browse files
authored
fix(ci): Update indentation in auth.yml (#15325)
1 parent f0f2d8a commit 61f774a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/auth.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ jobs:
134134
# test_type: "xctest"
135135

136136
auth-cron-only:
137-
needs: pod_lib_lint
138-
uses: ./.github/workflows/common_cocoapods_cron.yml
139-
with:
140-
product: FirebaseAuth
141-
platforms: '[ "ios", "tvos --skip-tests", "macos --skip-tests", "watchos --skip-tests" ]'
142-
flags: '[ "--use-static-frameworks" ]'
143-
setup_command: scripts/configure_test_keychain.sh
144-
secrets:
145-
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
137+
needs: pod_lib_lint
138+
uses: ./.github/workflows/common_cocoapods_cron.yml
139+
with:
140+
product: FirebaseAuth
141+
platforms: '[ "ios", "tvos --skip-tests", "macos --skip-tests", "watchos --skip-tests" ]'
142+
flags: '[ "--use-static-frameworks" ]'
143+
setup_command: scripts/configure_test_keychain.sh
144+
secrets:
145+
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

0 commit comments

Comments
 (0)