Skip to content

Commit

Permalink
Fix pr_body text of update-sqlite workflow (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd authored Mar 8, 2023
1 parent 3798a71 commit 63e30b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
github_token: ${{ secrets.PAT }}
source_branch: sqlite-update-${{ env.ENV_VERSION }}
pr_title: Update SQLite to version ${{ env.ENV_TRUE_VERSION }}
pr_body: This is an automated pull request, updating SQLite to version \`${{ env.ENV_TRUE_VERSION }}\`.
pr_body: This is an automated pull request, updating SQLite to version `${{ env.ENV_TRUE_VERSION }}`.

0 comments on commit 63e30b7

Please sign in to comment.