Skip to content

Commit 81e6b16

Browse files
authored
Simplify checkout step in code-style workflow
Removed unnecessary 'with' block for checkout step.
1 parent eb1f883 commit 81e6b16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/code-style.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v6
20-
with:
21-
ref: ${{ github.head_ref }}
2220

2321
- name: Setup PHP 🔧
2422
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)