mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update update-submodules.yml (workaround fix)
I am not able to manually trigger the action so it will run every 30 minutes.
This commit is contained in:
parent
b3d1d983c7
commit
0ec3eba402
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-submodules.yml
vendored
4
.github/workflows/update-submodules.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Update Submodules
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
@ -9,7 +11,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4.1.6
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue