Updated config to profiles (#9520)

* Update templateman.yml

* updated config to profiles
patch-1
Prince Chaddha 2024-04-08 14:18:06 +05:30 committed by GitHub
parent 919d65a87c
commit 3878009ed1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Run TemplateMan - name: Run TemplateMan
id: tmc id: tmc
run: | run: |
echo /home/runner/work/nuclei-templates/nuclei-templates | tmc -mr -e echo /home/runner/work/nuclei-templates/nuclei-templates | tmc -mr -e -at
git status -s | wc -l | xargs -I {} echo CHANGES={} >> $GITHUB_OUTPUT git status -s | wc -l | xargs -I {} echo CHANGES={} >> $GITHUB_OUTPUT
- name: Commit files - name: Commit files