Skip to content
This repository has been archived by the owner on Feb 22, 2025. It is now read-only.

change to test workflow #2

change to test workflow

change to test workflow #2

name: Notify Main Repository
on:
push:
branches:
- main
jobs:
notify-main-repo:
runs-on: ubuntu-latest
steps:
- name: Notify Main Repository
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }} # Personal Access Token with repo access
repository: danielrosehill/Documetation-Root-Repo
event-type: update-submodule
client-payload: '{"submodule": "${{ github.repository }}"}'