Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 1788641

Browse files
committed
changed the namespace from PhpSlides\Src to PhpSlides\Core
1 parent 40a6ae2 commit 1788641

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
git fetch origin main dev
6767
git checkout main
6868
git config pull.rebase false
69-
git pull origin main
70-
git merge origin/dev --allow-unrelated-histories --no-ff
69+
git pull origin main dev
7170
git push origin main
7271
env:
7372
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)