path update

patch-1
sandeep 2021-07-26 23:27:15 +05:30
parent f6d8390a54
commit ecc7933fcf
1 changed files with 3 additions and 3 deletions

View File

@ -29,17 +29,17 @@ jobs:
- name: Markdown Stats
run: |
templates-stats -output TEMPLATES-STATS.md -path {{ github.workspace }}
templates-stats -output TEMPLATES-STATS.md -path /home/runner/work/nuclei-templates/nuclei-templates/
shell: bash
- name: JSON Stats
run: |
templates-stats -output TEMPLATES-STATS.json -json -path {{ github.workspace }}
templates-stats -output TEMPLATES-STATS.json -json -path /home/runner/work/nuclei-templates/nuclei-templates/
shell: bash
- name: Top 10 Stats
run: |
templates-stats -output TOP-10.md -top 10 -path {{ github.workspace }}
templates-stats -output TOP-10.md -top 10 -path /home/runner/work/nuclei-templates/nuclei-templates/
shell: bash
- name: Get statistical changes