Skip to content

code labels are peak #3074

code labels are peak

code labels are peak #3074

Workflow file for this run

name: Remote Dispatch Action Initiator
#test
on:
push:
branches: ["develop"]
jobs:
ping-pong:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2.0.1
with:
token: ${{ secrets.t }}
event-type: update
repository: PenguinMod/penguinmod.github.io
- name: Repository Dispatch2
uses: peter-evans/repository-dispatch@v2.0.1
with:
token: ${{ secrets.t }}
event-type: update
repository: PenguinMod/PenguinMod-Packager