Some checks failed
Dispatch Update Submodule / dispatch (push) Failing after 8s
15 lines
357 B
YAML
15 lines
357 B
YAML
name: Dispatch Update Submodule
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
dispatch:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Dispatch update to Git Blog Project
|
|
uses: peter-evans/repository-dispatch@v3
|
|
with:
|
|
#token: ${{ secrets.PAT }}
|
|
repository: public/hugo-richard
|
|
event-type: update-submodule |