Skip to content

PUSH NOTE : 未testes.md #4

PUSH NOTE : 未testes.md

PUSH NOTE : 未testes.md #4

Workflow file for this run

name: Dispatch to repo
on: [push, workflow_dispatch]
jobs:
dispatch:
runs-on: ubuntu-latest
strategy:
matrix:
repo: ["catcodeme/catcodeme.github.io"]
steps:
- name: Push to repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.github_action_token }}
repository: ${{ matrix.repo }}
event-type: build
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "content", "branch": "main"}'