Skip to content

Commit 69a4d9a

Browse files
committed
debug
1 parent 4f95405 commit 69a4d9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mlmodeldownloader.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
4545
echo "$MY_SECRET_14904"
4646
ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
47-
secrets: ${{ secrets.MY_SECRET_14904 }}
47+
secrets:
48+
MY_SECRET_14904: ${{ secrets.MY_SECRET_14904 }}
4849

4950

5051
# mlmodeldownloader-cron-only:

0 commit comments

Comments
 (0)