Skip to content

Commit

Permalink
fix(docs): change boolean as string for trigger updtae doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jan 13, 2023
1 parent 0aa502d commit 8850aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-draft-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: notify-release
name: update-draft-docs

on:
push:
Expand All @@ -22,7 +22,7 @@ jobs:
"repository": "${{github.repository}}",
"section": "modules",
"docs_directory": "docs/proto/*",
"draft": true
"draft": "true"
}
}
Expand All @@ -40,6 +40,6 @@ jobs:
"repository": "${{github.repository}}",
"section": "commands",
"docs_directory": "docs/command/*",
"draft": true
"draft": "true"
}
}

0 comments on commit 8850aee

Please sign in to comment.