Skip to content

Commit 5a916d4

Browse files
committed
Debug
1 parent 41ed70c commit 5a916d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/common_cocoapods.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ jobs:
107107
env:
108108
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
109109
MY_SECRET_14904: ${{ secrets.MY_SECRET_14904 }}
110-
run: ${{ inputs.setup_command }}
110+
run: |
111+
echo "$MY_SECRET_14904"
112+
ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
111113
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
112114
if: contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'
113115
with:

0 commit comments

Comments
 (0)