Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Felice Ostuni committed Jun 12, 2024
1 parent f75a425 commit 7ebe076
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

Expand All @@ -17,7 +17,11 @@ jobs:
with:
args: --config=.php-cs-fixer.dist.php --allow-risky=yes

- name: Checkout branch for commit
run: git checkout -B ${{ github.head_ref }}

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling
branch: ${{ github.head_ref }}

0 comments on commit 7ebe076

Please sign in to comment.