diff --git a/.github/workflows/github_master.yml b/.github/workflows/github_master.yml index 795d57c4..5610ec74 100644 --- a/.github/workflows/github_master.yml +++ b/.github/workflows/github_master.yml @@ -37,7 +37,7 @@ jobs: run: | set -e git config user.name "iyzico-ci" - git config user.email iyzico-ci@iyzico.com + git config user.email "iyzico-ci@iyzico.com" git add . git commit -m "Automatic commit by iyzico-ci v${{env.NEW_RELEASE}}" git push origin master diff --git a/IyzipayBootstrap.php b/IyzipayBootstrap.php index a12c40a7..69f3ba48 100644 --- a/IyzipayBootstrap.php +++ b/IyzipayBootstrap.php @@ -181,4 +181,4 @@ public function loadClass($className) require ($this->_includePath !== null ? $this->_includePath . DIRECTORY_SEPARATOR : '') . $fileName; } } -} \ No newline at end of file +}