From d9407023ecf1fab50b9b08aa25b1d539d3535896 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 13 Mar 2025 14:00:33 +0100 Subject: [PATCH] WF --- .github/workflows/get-versions-from-newreleases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-versions-from-newreleases.yaml b/.github/workflows/get-versions-from-newreleases.yaml index 80c9d2c..ba63d8e 100644 --- a/.github/workflows/get-versions-from-newreleases.yaml +++ b/.github/workflows/get-versions-from-newreleases.yaml @@ -35,7 +35,7 @@ jobs: ref: main - name: Commit JSON run: | - git config --global user.email "Github Actions[bot] + git config --global user.email "Github Actions[bot]" git config --global user.name "GitHub Actions" git add json/versions.json git commit -m "Add new script"