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"