From 7d943ef0304a6fc6717e4f3be98a5891c43c1d1f Mon Sep 17 00:00:00 2001 From: Hamed Salimian Date: Sat, 30 Nov 2024 08:46:42 +0330 Subject: [PATCH] Update template-sign.yml Fix repo Signed-off-by: Hamed Salimian --- .github/workflows/template-sign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index a6cdf75..6e089f6 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -11,7 +11,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.repository == 'projectdiscovery/nuclei-templates' + if: github.repository == 'OWASP/www-project-asvs-security-evaluation-templates-with-nuclei' steps: - uses: actions/checkout@v4 - uses: projectdiscovery/actions/setup/nuclei@v1