mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-10 20:53:27 +08:00
pulling latest nuclei version
This commit is contained in:
14
.github/workflows/template-validate.yml
vendored
14
.github/workflows/template-validate.yml
vendored
@@ -14,15 +14,15 @@ jobs:
|
||||
with:
|
||||
go-version: 1.14
|
||||
|
||||
- name: Cache Go
|
||||
id: cache-go
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /home/runner/go
|
||||
key: ${{ runner.os }}-go
|
||||
# - name: Cache Go
|
||||
# id: cache-go
|
||||
# uses: actions/cache@v2
|
||||
# with:
|
||||
# path: /home/runner/go
|
||||
# key: ${{ runner.os }}-go
|
||||
|
||||
- name: Installing Nuclei
|
||||
if: steps.cache-go.outputs.cache-hit != 'true'
|
||||
# if: steps.cache-go.outputs.cache-hit != 'true'
|
||||
env:
|
||||
GO111MODULE: on
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user