Skip to content

Commit

Permalink
Merge branch 'main' of github.com:enflow/laravel-excel-to-google-shee…
Browse files Browse the repository at this point in the history
…t into laravel11
  • Loading branch information
mbardelmeijer committed Mar 15, 2024
2 parents b4dde47 + fb5feec commit aa788e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/[email protected].0
uses: aglipanci/[email protected].1

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling
1 change: 0 additions & 1 deletion src/Commands/PushAllExportsToGoogleSheets.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Enflow\LaravelExcelToGoogleSheet\GoogleSheetPusher;
use Illuminate\Console\Command;
use Illuminate\Database\Eloquent\Model;
use Throwable;

class PushAllExportsToGoogleSheets extends Command
Expand Down

0 comments on commit aa788e0

Please sign in to comment.