diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index 48bf4f9..401c25b 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -9,7 +9,7 @@ jobs: - run: | echo "testing" >> temp git config --global user.name "Fabian42" - git config --global user.email "Fabian42@users.noreply.github.com' + git config --global user.email "Fabian42@users.noreply.github.com" git add . git commit "temp" git push