Add .gitea/workflows/dispatch_module.yml
Some checks failed
Dispatch Update Submodule / dispatch (push) Failing after 8s
Some checks failed
Dispatch Update Submodule / dispatch (push) Failing after 8s
This commit is contained in:
15
.gitea/workflows/dispatch_module.yml
Normal file
15
.gitea/workflows/dispatch_module.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user