diff options
Diffstat (limited to '.github/workflows/auto-format.yml')
| -rw-r--r-- | .github/workflows/auto-format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-format.yml b/.github/workflows/auto-format.yml index e583ac5..dae8213 100644 --- a/.github/workflows/auto-format.yml +++ b/.github/workflows/auto-format.yml @@ -20,5 +20,5 @@ jobs: with: author_name: github-actions author_email: 41898282+github-actions[bot]@users.noreply.github.com - message: 'Code style fixes' + message: 'Code style enforcement' add: '.' |
