Skip to content

Update documentation.yml #9

Update documentation.yml

Update documentation.yml #9

Workflow file for this run

name: Repository Dispatch
on: pull_request
jobs:
myEvent:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: username/my-repo
event-type: my-event
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'