From 0fa69d5c986a05a7b6882df53c88fbdcd928fd40 Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Wed, 22 May 2024 12:03:27 +0200 Subject: [PATCH] SQUASH 2 --- .github/workflows/ci:commit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci:commit.yml b/.github/workflows/ci:commit.yml index 7a8056f26..3a4ad49a1 100644 --- a/.github/workflows/ci:commit.yml +++ b/.github/workflows/ci:commit.yml @@ -80,9 +80,9 @@ jobs: meteor npm run install-hooks - name: Configure git 🪛 - env: - SENDER_ID: ${{ github.event.sender.id }} - SENDER_USERNAME: ${{ github.event.sender.login }} + env: + SENDER_ID: ${{ github.event.sender.id }} + SENDER_USERNAME: ${{ github.event.sender.login }} run: | git config --global user.email "${SENDER_ID}+${SENDER_USERNAME}@users.noreply.github.com" git config --global user.name "${SENDER_USERNAME}"