File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments