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"}}'Percona-Lab/qa-integration
Integration Tests Repo for Percona QA cross product common tests for release Integration testing
ShellGPL-3.0