Compare commits
4 Commits
bea122462d
...
3c37f7a751
Author | SHA1 | Date | |
---|---|---|---|
3c37f7a751 | |||
440a628ccc | |||
23e696a7d3 | |||
df162817b9 |
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_TOKEN }}
|
||||
repository: public/hugo-richard
|
||||
event-type: update-submodule
|
1
Monday post test.md
Normal file
1
Monday post test.md
Normal file
@ -0,0 +1 @@
|
||||
Just a test
|
1
pipeline test 2.md
Normal file
1
pipeline test 2.md
Normal file
@ -0,0 +1 @@
|
||||
Another test
|
Reference in New Issue
Block a user