Merge pull request #10526 from projectdiscovery/ci/fix-failing-workflows
ci: fix failing workflowsmain
commit
6a21c68d97
|
@ -21,6 +21,7 @@ jobs:
|
|||
with:
|
||||
templates-directory: '${{ github.workspace }}'
|
||||
checksum-file: '${{ env.CHECKSUM_FILE }}'
|
||||
- run: git status
|
||||
- uses: projectdiscovery/actions/setup/git@v1
|
||||
- uses: projectdiscovery/actions/commit@v1
|
||||
with:
|
||||
|
|
|
@ -22,9 +22,7 @@ jobs:
|
|||
- uses: projectdiscovery/actions/setup/git@v1
|
||||
- uses: projectdiscovery/actions/commit@v1
|
||||
with:
|
||||
files: |
|
||||
cves.json
|
||||
cves.json-checksum.txt
|
||||
files: '.'
|
||||
message: 'chore: sign templates 🤖'
|
||||
- name: Push changes
|
||||
run: |
|
||||
|
|
|
@ -39,6 +39,8 @@ on:
|
|||
- 'javascript/misconfiguration/x11/x11-unauth-access.yaml'
|
||||
- 'javascript/udp/detection/db2-discover.yaml'
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
if: github.repository == 'projectdiscovery/nuclei-templates'
|
||||
|
|
Loading…
Reference in New Issue