Skip to content

Commit

Permalink
chore: update docs logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Apr 21, 2024
1 parent 7f74076 commit 0a573d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
with:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
commit-message: "chore: publishing docs for version ${{ github.event.inputs.version }}"
body: "This PR updates the reference documentation for version ${{ github.event.inputs.version }}."
body: "This PR adds the reference documentation for version ${{ github.event.inputs.version }}."
title: "chore: reference docs update for version ${{ github.event.inputs.version }}"
branch: "docs-update-${{ github.event.inputs.version }}"

0 comments on commit 0a573d6

Please sign in to comment.