Compare commits
4
Commits
bea122462d
...
3c37f7a751
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c37f7a751 | ||
|
|
440a628ccc | ||
|
|
23e696a7d3 | ||
|
|
df162817b9 |
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
Just a test
|
||||
@@ -0,0 +1 @@
|
||||
Another test
|
||||
Reference in New Issue
Block a user