From 5b25fcb2c589844144e09dfd89d6f51cf091b2ea Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Sat, 17 Jan 2026 22:22:40 +0100 Subject: [PATCH] Fix indentation in workflow Bypass rules yolo Signed-off-by: Tobias Berger --- .github/workflows/update-credits.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-credits.yml b/.github/workflows/update-credits.yml index c96d116759..3f00658db1 100644 --- a/.github/workflows/update-credits.yml +++ b/.github/workflows/update-credits.yml @@ -35,11 +35,11 @@ jobs: # https://github.com/stefanzweifel/git-auto-commit-action#push-to-protected-branches - name: Commit new credit files - uses: stefanzweifel/git-auto-commit-action@v7 - with: - commit_message: Update Credits - commit_author: DeltaV-Bot - token: ${{ secrets.GITHUB_TOKEN }} + uses: stefanzweifel/git-auto-commit-action@v7 + with: + commit_message: Update Credits + commit_author: DeltaV-Bot + token: ${{ secrets.GITHUB_TOKEN }} # This will make a PR # - name: Set current date as env variable