Skip to content

Allow id less packets exist #8

Allow id less packets exist

Allow id less packets exist #8

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}}'