Skip to content

rawPacket should be PascalCase like all other packet events #10

rawPacket should be PascalCase like all other packet events

rawPacket should be PascalCase like all other packet events #10

Workflow file for this run

name: Deploy docs
on: [push]
jobs:
deploy:
runs-on: [ubuntu-latest]
steps:
- name: Send dispatch
run: |
curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{secrets.PAGES_DEPLOY}}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/DryByte/drybyte.github.io/dispatches -d '{"event_type":"on-demand-test","client_payload":{"unit":false,"integration":true}}'