From 42c2690c1eeff8ba37b832db98d307e2e4bfba69 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 23 May 2025 12:55:36 +0200 Subject: [PATCH] Update delete_new_script.yaml --- .github/workflows/delete_new_script.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete_new_script.yaml b/.github/workflows/delete_new_script.yaml index 2ec2d91..9d9f97d 100644 --- a/.github/workflows/delete_new_script.yaml +++ b/.github/workflows/delete_new_script.yaml @@ -59,7 +59,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - $branch="delete_files" + branch="delete_files" git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" git checkout -b $branch