Skip to content

Commit

Permalink
Update submodules_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Dec 6, 2023
1 parent 46fd447 commit 10c3a1e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/submodules_update.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

name: Update Submodules
on:
schedule:
# schedule:
# run daily at midnight
- cron: '0 0 * * *'
# - cron: '0 0 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -30,4 +30,13 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions - update submodules"
git commit -am "Update submodules" || echo "No changes to commit"
checks:
needs: update
uses: ./.github/workflows/checks.yml
git push
push:
runs-on: ubuntu-latest
steps:
- name: Push
run: |
git push

0 comments on commit 10c3a1e

Please sign in to comment.