Skip to content

Commit

Permalink
chore: use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 13, 2024
1 parent 5febbc2 commit a8ba929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
with:
commit_message: 'style(php-cs-fixer): lint php files and fix coding standards'
branch: ${{ github.head_ref }}
commit_author: "github-actions <github-actions@users.noreply.github.com>"
commit_author: 'github-actions <github-actions@users.noreply.github.com>'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a8ba929

Please sign in to comment.