CI Issues

This commit is contained in:
Refringe 2024-06-18 14:37:51 -04:00
parent cf9177aea1
commit 11a7a91033
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k
2 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=emergency
DB_CONNECTION=mysql
DB_HOST=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=testing
DB_USERNAME=root

View File

@ -1,4 +1,4 @@
name: Combined GitHub Workflow
name: General Workflow
on: [ push, pull_request ]
@ -52,6 +52,8 @@ jobs:
pint-fixer:
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
@ -91,7 +93,7 @@ jobs:
run: pint
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Pint PHP Style Fixes
commit_message: Pint PHP Style Fixes [no ci]
commit_user_name: Pint Bot
skip_fetch: true
file_pattern: '*.php'