Skip to content

Commit ca28730

Browse files
Push sqlx files updates into a new branch instead of pushing to master
1 parent e18d034 commit ca28730

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
@@ -60,7 +60,7 @@ jobs:
6060
git config --global user.email 'docs.rs@users.noreply.github.com'
6161
git add .sqlx
6262
git commit -m 'Update SQLX files'
63-
git push
63+
git push origin HEAD:docs.rs-sqlx-files-update
6464
fi
6565
6666
- name: Clean up the database

0 commit comments

Comments
 (0)