diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index 401c25b..3a0ab49 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -11,5 +11,5 @@ jobs: git config --global user.name "Fabian42" git config --global user.email "Fabian42@users.noreply.github.com" git add . - git commit "temp" + git commit -m "temp" git push