You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/manual-test.yml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
1
name: "Manual test"
2
2
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"}}'
0 commit comments