mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update generate-query-help-docs.yml
This commit is contained in:
10
.github/workflows/generate-query-help-docs.yml
vendored
10
.github/workflows/generate-query-help-docs.yml
vendored
@@ -22,11 +22,17 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone github/codeql
|
||||
- if: github.event.inputs.ref
|
||||
name: Clone github/codeql (user defined ref)
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: codeql
|
||||
ref: ${{ github.event.inputs.ref }}
|
||||
- if: github.event.inputs.ref == ''
|
||||
name: Clone github/codeql (default ref)
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: codeql
|
||||
ref: '{{ github.event.inputs.ref }}'
|
||||
- name: Clone github/codeql-go
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user