From 8850aee5c4e7ec78e8a033d4aaae1391f45b0753 Mon Sep 17 00:00:00 2001 From: Benjamin DENEUX Date: Fri, 13 Jan 2023 10:18:12 +0100 Subject: [PATCH] fix(docs): change boolean as string for trigger updtae doc --- .github/workflows/update-draft-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-draft-docs.yml b/.github/workflows/update-draft-docs.yml index 89afafd6..cb87cefd 100644 --- a/.github/workflows/update-draft-docs.yml +++ b/.github/workflows/update-draft-docs.yml @@ -1,4 +1,4 @@ -name: notify-release +name: update-draft-docs on: push: @@ -22,7 +22,7 @@ jobs: "repository": "${{github.repository}}", "section": "modules", "docs_directory": "docs/proto/*", - "draft": true + "draft": "true" } } @@ -40,6 +40,6 @@ jobs: "repository": "${{github.repository}}", "section": "commands", "docs_directory": "docs/command/*", - "draft": true + "draft": "true" } }