Skip to content

Commit

Permalink
Update Laravel publish workflow destination repo (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjs994 authored Aug 19, 2022
1 parent b17410c commit b6d52b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel-publish-to-repo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to Sqlcommenter-php repository
name: Publish to "sqlcommenter-laravel-php" repository
on:
push:
branches:
Expand All @@ -17,5 +17,5 @@ jobs:
with:
source-directory: 'php/sqlcommenter-php/packages/sqlcommenter-laravel'
destination-github-username: 'google'
destination-repository-name: 'sqlcommenter-php'
destination-repository-name: 'sqlcommenter-laravel-php'
target-branch: main

0 comments on commit b6d52b7

Please sign in to comment.