We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17410c commit b6d52b7Copy full SHA for b6d52b7
1 file changed
.github/workflows/laravel-publish-to-repo.yml
@@ -1,4 +1,4 @@
1
-name: Publish to Sqlcommenter-php repository
+name: Publish to "sqlcommenter-laravel-php" repository
2
on:
3
push:
4
branches:
@@ -17,5 +17,5 @@ jobs:
17
with:
18
source-directory: 'php/sqlcommenter-php/packages/sqlcommenter-laravel'
19
destination-github-username: 'google'
20
- destination-repository-name: 'sqlcommenter-php'
+ destination-repository-name: 'sqlcommenter-laravel-php'
21
target-branch: main
0 commit comments