From dc5fa06d3858bc358d150c1873c49335a08dd8c8 Mon Sep 17 00:00:00 2001 From: dutchie032 Date: Tue, 24 Sep 2024 10:12:35 +0200 Subject: [PATCH] wip --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 36252d0..50240af 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,9 +23,9 @@ jobs: - name: Setup credentials to access private repositories run: git config --global url.https://${{ secrets.API_TOKEN_GITHUB }}@github.com/.insteadOf https://github.com/ - name: Git Config - run: git config --global user.email "automated@action.com" + run: git config --global user.email "timrorije@gmail.com" - name: Git Config - run: git config --global user.name "automated action" + run: git config --global user.name "dutchie032" - name: Push generated webpage to another repository run: git clone --single-branch --branch $branch https://github.com/$username/$repo - name: mkdir