Skip to content

Files

Latest commit

e75ed18 · Mar 6, 2025

History

History

.github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 6, 2025
Nov 9, 2022
Nov 9, 2022

Example curl to trigger ci.yml workflow

curl -v -X POST \
    -H "Accept: application/vnd.github.v3+json" \
    -H "Authorization: token ${GITHUB_API_TOKEN}" \
    "https://api.github.com/repos/Percona-Lab/qa-integration/actions/workflows/ci.yml/dispatches" \
    -d '{"ref":"main","inputs":{"text":"Hello from jenkins"}}'