Workflow updates (#8338)

* workflow update

* misc update

* flag update

* TemplateMan Update [Sun Oct  8 08:40:58 UTC 2023] 🤖

* TemplateMan Update [Sun Oct  8 08:53:40 UTC 2023] 🤖

* debug prints

* TemplateMan Update [Sun Oct  8 09:00:36 UTC 2023] 🤖

* path update

* TemplateMan Update [Sun Oct  8 09:06:48 UTC 2023] 🤖

* removed debug

---------

Co-authored-by: GitHub Action <action@github.com>
patch-1
Sandeep Singh 2023-10-08 14:47:46 +05:30 committed by GitHub
parent f48a9bc0af
commit 19626a7245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -24,12 +24,15 @@ jobs:
- name: Install TemplateMan CLI Client
run: |
go install -v github.com/projectdiscovery/nuclei/v2/cmd/tmc@dev
git config --global url."https://${{ secrets.ACCESS_TOKEN }}@github".insteadOf https://github
git clone https://github.com/projectdiscovery/templateman.git
cd templateman/templateman-cli/cmd/tmc
go install
- name: Run TemplateMan
id: tmc
run: |
tmc -i $GITHUB_WORKSPACE -mr
tmc -t GITHUB_WORKSPACE -mr -e
git status -s | wc -l | xargs -I {} echo CHANGES={} >> $GITHUB_OUTPUT
- name: Commit files