We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ed70c commit 5a916d4Copy full SHA for 5a916d4
.github/workflows/common_cocoapods.yml
@@ -107,7 +107,9 @@ jobs:
107
env:
108
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
109
MY_SECRET_14904: ${{ secrets.MY_SECRET_14904 }}
110
- run: ${{ inputs.setup_command }}
+ run: |
111
+ echo "$MY_SECRET_14904"
112
+ ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
113
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
114
if: contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'
115
with:
0 commit comments