From d7f8ad8a629afe8652556df7b232c259b1a23753 Mon Sep 17 00:00:00 2001 From: sandeep Date: Wed, 1 Sep 2021 15:53:30 +0530 Subject: [PATCH] final changes --- .github/workflows/publish-docs.yaml | 1 - v2/pkg/templates/templates.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index 6a96a98f..4f534d42 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -47,4 +47,3 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref }} diff --git a/v2/pkg/templates/templates.go b/v2/pkg/templates/templates.go index f03b486b..b6f2491a 100644 --- a/v2/pkg/templates/templates.go +++ b/v2/pkg/templates/templates.go @@ -26,7 +26,7 @@ type Template struct { // example name is `azure-apps-nxdomain-takeover`. // examples: // - name: ID Example - // value: "\"cve-2021-19520\"" + // value: "\"CVE-2021-19520\"" ID string `yaml:"id" jsonschema:"title=id of the template,description=The Unique ID for the template,example=cve-2021-19520"` // description: | // Info contains metadata information about the template.