Skip to content

Commit 0549388

Browse files
authored
Update fix-php-code-style-issues.yml
1 parent 2946f61 commit 0549388

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/fix-php-code-style-issues.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- '**.php'
77

88
permissions:
9-
contents: read
10-
9+
contents: write
10+
1111
jobs:
1212
php-code-styling:
1313
runs-on: ubuntu-latest
@@ -25,4 +25,3 @@ jobs:
2525
uses: stefanzweifel/git-auto-commit-action@v4
2626
with:
2727
commit_message: Fix styling
28-
skip_fetch: true

0 commit comments

Comments
 (0)