Skip to content

Update README.md

Update README.md #13

Workflow file for this run

name: CI
# This event is triggered on pushes to master & PRs to all branches
on:
pull_request:
push:
branches:
- '*'
jobs:
prepare:
name: Dispatch using stringified payload
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Cloning repository
- uses: ./
name: Dispatch Event
id: dispatch_action
with:
eventType: 'test_dispatch'
token: ${{ secrets.REPO_PAT }}
payload: '{"requested_by": "${{github.actor}}"}'