Delete .gitea/workflows/dispatch_module.yml

This commit is contained in:
2025-06-09 09:47:56 -05:00
parent 3c37f7a751
commit f7940fa6e5

View File

@ -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