File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,13 @@ name: Generate CodeQL query help documentation using Sphinx
33on :
44 workflow_dispatch :
55 inputs :
6- description :
7- description : A description of the purpose of this job. For human consumption.
8- required : false
6+ description :
7+ description : A description of the purpose of this job. For human consumption.
8+ required : false
9+ ref :
10+ description : The branch in github/codeql to checkout when generating query help.
11+ required : false
12+ default : ' lgtm.com'
913 push :
1014 branches :
1115 - ' lgtm.com'
2125 - name : Clone github/codeql
2226 uses : actions/checkout@v2
2327 with :
24- path : codeql
28+ path : codeql
29+ ref : ' {{ github.event.inputs.ref }}'
2530 - name : Clone github/codeql-go
2631 uses : actions/checkout@v2
2732 with :
You can’t perform that action at this time.
0 commit comments