document usage

This commit is contained in:
Esben Sparre Andreasen
2021-10-14 15:34:54 +02:00
parent d23de3dcd8
commit ab11bce776

View File

@@ -26,6 +26,10 @@ jobs:
- name: Download pack
run: |
# adjust this line to make the workflow work in other repositories
# the ql-qlpack.zip file can be downloaded at:
# - https://github.com/github/codeql-ql/releases
# - https://github.com/github/codeql-ql/actions/workflows/bleeding-codeql-analysis.yml
gh release download latest --pattern ql-qlpack.zip
unzip ql-qlpack.zip -d "${PACK}"
env: