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:
arichornlover 2024-06-26 15:52:05 -05:00 committed by GitHub
parent b3d1d983c7
commit 0ec3eba402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |