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