Skip to content

Commit 6888c34

Browse files
add explanation
1 parent 9fed5eb commit 6888c34

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/manual-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: "Manual test"
22

3+
# Allows running a Go query against the dsp-testing/qc-demo-github-certstore
4+
# test repo. Only works for that repo as it relies on a repository secret.
5+
# Can be triggered on test branches to test changes.
6+
7+
# The Actions UI doesn't handle newlines in the inputs at all, so this
8+
# cannot be reliably triggered from the UI. For best results use the API.
9+
# e.g. curl https://api.github.com/repos/dsp-testing/qc-run2/actions/workflows/manual-test.yml/dispatches -X POST -d '{"ref":"my-branch", "inputs": {"query": "my query"}}'
10+
311
on:
412
workflow_dispatch:
513
inputs:

0 commit comments

Comments
 (0)