Update delete_new_script.yaml

This commit is contained in:
Michel Roegl-Brunner 2025-05-23 12:55:36 +02:00 committed by GitHub
parent 6a040c95aa
commit 42c2690c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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