From 6fd120f7c147cc114378935a755f2add6e26df52 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Sat, 12 Aug 2023 16:40:40 +0200 Subject: [PATCH] code style --- .github/workflows/sub-split.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sub-split.yaml b/.github/workflows/sub-split.yaml index 323e79fdd..a3ad3ffdb 100644 --- a/.github/workflows/sub-split.yaml +++ b/.github/workflows/sub-split.yaml @@ -25,8 +25,8 @@ jobs: - uses: "frankdejonge/use-github-token@1.0.2" with: authentication: "phpdoc-bot:${{ secrets.BOT_TOKEN }}" - user_name: 'phpDocumentor Bot' - user_email: 'info@phpdoc.org' + user_name: "phpDocumentor Bot" + user_email: "info@phpdoc.org" - name: "Cache splitsh-lite" id: "splitsh-cache" uses: "actions/cache@v3.3.1"