Skip to content

Commit ce45900

Browse files
committed
Debug
1 parent decd097 commit ce45900

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/common_cocoapods.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
if: inputs.setup_command != ''
107107
env:
108108
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
109+
MY_SECRET: "hello, world!"
109110
run: ${{ inputs.setup_command }}
110111
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
111112
if: contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'

.github/workflows/mlmodeldownloader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
mkdir FirebaseMLModelDownloader/Tests/Integration/Resources
4343
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/MLModelDownloader/GoogleService-Info.plist.gpg \
4444
FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
45+
echo "$MY_SECRET"
4546
ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
46-
pwd
4747
4848
4949
# mlmodeldownloader-cron-only:

0 commit comments

Comments
 (0)