diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index 0260efe..48bf4f9 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -8,3 +8,8 @@ jobs: - uses: actions/checkout@v3 - run: | echo "testing" >> temp + git config --global user.name "Fabian42" + git config --global user.email "Fabian42@users.noreply.github.com' + git add . + git commit "temp" + git push