Skip to content

chore(workflow): update workflow name #43

chore(workflow): update workflow name

chore(workflow): update workflow name #43

name: Signal Documentation Change
on:
workflow_dispatch:
push:
branches:
- master
- refactor/project-structure
permissions:
contents: write
jobs:
update-documentation:
runs-on: ubuntu-latest
steps:
- name: Dcumentation Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: 4x8Matrix/Package-Index-Site
event-type: update-documentation
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'