diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index ca658d6..8eaaeaf 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -6,7 +6,9 @@ jobs: steps: - uses: actions/checkout@v3 - run: | - echo "hahaha" >> temp + echo "hahaha" > tempa + git config --global user.name "Fabian42" + git config --global user.email "Fabian42@users.noreply.github.com' git add . git commit -m "temp" git push