Skip to content

Merge pull request #9 from CheatBreakerNet/dependabot/maven/org.proje… #6

Merge pull request #9 from CheatBreakerNet/dependabot/maven/org.proje…

Merge pull request #9 from CheatBreakerNet/dependabot/maven/org.proje… #6

Workflow file for this run

name: Dispatch to repo
on:
push:
branches:
- main
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- repo: CheatBreakerNet/Bukkit-API
branch: main
steps:
- name: Push to repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "NetHandler", "branch": "${{ matrix.branch }}"}'