Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 570 Bytes

File metadata and controls

15 lines (11 loc) · 570 Bytes

Test github-dispatches

github-dispatches GitHub Action (NOT MAINTAINED)

This action triggers a GitHub CI dispatches event.

Usage

    - name: github-dispatches
      uses: ./github-dispatches
      with:
        username_token: ${{ secrets.REPO_TOKEN }}
        repo_array: '[{"url":"owner/repo","event_type":"Triggered","client_payload":{"customField":"customValue"}}]'