Skip to content

Commit 0736a11

Browse files
chore: use conventional commit format for sync
1 parent 845a7c3 commit 0736a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: |
3131
BRANCH="chore/sync-$(date +%s)"
32-
MESSAGE="Sync with latest Postgres Errors"
32+
MESSAGE="feat: sync with latest Postgres Errors"
3333
3434
# UNCOMMENT FOR TESTING #
3535
# echo "// test for ${BRANCH}" >> src/PostgresError.ts

0 commit comments

Comments
 (0)