File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 33 pull_request :
44 push :
55 branches :
6- - bot/maintenance/upgrade-dependencies
76 - develop
87 - main
8+ workflow_dispatch :
9+ workflow_run :
10+ workflows : ["Upgrade all dependencies"]
11+ types :
12+ - completed
913
1014env :
1115 android-adb-command-timeout-milliseconds : 20_000L
Original file line number Diff line number Diff line change 11name : Upgrade all dependencies
22on :
3+ workflow_dispatch :
34 schedule :
45 - cron : ' 0 1 * * *'
56
@@ -67,11 +68,11 @@ jobs:
6768 - uses : actions/download-artifact@v2
6869 with :
6970 name : pod-changes
70- path : ios
71+ path : ios/Podfile.lock
7172 - uses : actions/download-artifact@v2
7273 with :
7374 name : gradle-package-changes
74- path : android
75+ path : android/gradle.lockfile
7576 - uses : peter-evans/create-pull-request@v3
7677 with :
7778 add-paths : |
You can’t perform that action at this time.
0 commit comments