diff --git a/.github/workflows/github_master.yml b/.github/workflows/github_master.yml index 795d57c4..349439cd 100644 --- a/.github/workflows/github_master.yml +++ b/.github/workflows/github_master.yml @@ -9,6 +9,9 @@ on: push: branches: [ "master" ] +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest @@ -37,7 +40,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 +}