diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index 8eaaeaf..d3cac77 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -8,7 +8,7 @@ jobs: - run: | echo "hahaha" > tempa 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 -m "temp" git push