Skip to content

Commit

Permalink
Update sync-with-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamal92 authored Mar 22, 2024
1 parent 74c53af commit 2f5b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-with-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 # Ensures full history is fetched

- name: Add template repository as remote
run: git remote add template https://github.com/BaristaPHP/laravel-package-template
run: git remote add template git@github.com:BaristaPHP/laravel-package-template.git

- name: Fetch latest changes from template
run: git fetch template
Expand Down

0 comments on commit 2f5b15f

Please sign in to comment.