From f4cd987bfee2d8fb6c545af3478dc8c7323641e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20R=C3=B6ling?= Date: Mon, 18 Dec 2023 05:00:37 +0100 Subject: [PATCH] Update temp.yml --- .github/workflows/temp.yml | 5 +++++ 1 file changed, 5 insertions(+) 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