Skip to content

Submodule Sync

Submodule Sync #120

Workflow file for this run

name: Submodule Sync
on:
schedule:
- cron: "0 4 * * *"
workflow_dispatch: ~
jobs:
heera-base:
runs-on: ubuntu-latest
steps:
- name: heera-base
uses: mheap/submodule-sync-action@v1
with:
path: heera-base
ref: master
pr_branch: automated-submodule-update
target_branch: main
heera-mirrorlist:
runs-on: ubuntu-latest
steps:
- name: Submodule Sync
uses: mheap/submodule-sync-action@v1
with:
path: heera-mirrorlist
ref: main
pr_branch: automated-submodule-update
target_branch: main