Skip to content

feature: avoid making a PATCH request when command didn't need to be … #24

feature: avoid making a PATCH request when command didn't need to be …

feature: avoid making a PATCH request when command didn't need to be … #24

name: Signal Documentation Change
on:
workflow_dispatch:
push:
branches:
- Master
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: DiscordLuau/Discord-Luau-Site
event-type: update-documentation
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'