Delete .gitea/workflows/dispatch_module.yml
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
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
|
Reference in New Issue
Block a user