Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c756b commit 0640d28Copy full SHA for 0640d28
1 file changed
.github/workflows/generate-query-help-docs.yml
@@ -3,9 +3,13 @@ name: Generate CodeQL query help documentation using Sphinx
3
on:
4
workflow_dispatch:
5
inputs:
6
- description:
7
- description: A description of the purpose of this job. For human consumption.
8
- required: false
+ description:
+ description: A description of the purpose of this job. For human consumption.
+ required: false
9
+ ref:
10
+ description: The branch in github/codeql to checkout when generating query help.
11
12
+ default: 'lgtm.com'
13
push:
14
branches:
15
- 'lgtm.com'
@@ -21,7 +25,8 @@ jobs:
21
25
- name: Clone github/codeql
22
26
uses: actions/checkout@v2
23
27
with:
24
- path: codeql
28
+ path: codeql
29
+ ref: '{{ github.event.inputs.ref }}'
30
- name: Clone github/codeql-go
31
32
0 commit comments