diff --git a/.github/workflows/template-validate.yml b/.github/workflows/template-validate.yml index 806221e..946c11b 100644 --- a/.github/workflows/template-validate.yml +++ b/.github/workflows/template-validate.yml @@ -27,4 +27,4 @@ jobs: run: | cp -r ${{ github.workspace }}/templates /home/runner/nuclei-templates nuclei -duc -validate -allow-local-file-access - nuclei -duc -validate -w nuclei-templates/workflows -allow-local-file-access + nuclei -duc -validate -w ./workflows -allow-local-file-access