Skip to content

Commit 70cc721

Browse files
Fix unneeded escaped characters
1 parent 23151dd commit 70cc721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-sqlx-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
signoff: false
7979
delete-branch: true
8080
branch: update-sqlx-pr-${{ github.event.pull_request.number }}
81-
title: Update SQLX files after \#${{ github.event.pull_request.number }} changes
81+
title: Update SQLX files
8282
body: |
8383
Following #${{ github.event.pull_request.number }} changes, here are the related SQLX files changes.

0 commit comments

Comments
 (0)