From 75b54f727daf1ce4465a6fb2b25dd433d3f2d0f3 Mon Sep 17 00:00:00 2001 From: dutchie032 Date: Tue, 24 Sep 2024 10:02:43 +0200 Subject: [PATCH] update --- .github/workflows/docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9a8fcad..b4ecc5e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,6 +22,10 @@ jobs: - uses: actions/checkout@v4 - 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" + - name: Git Config + run: git config --global user.name "automated action" - name: Push generated webpage to another repository run: git clone --single-branch --branch $branch https://github.com/$username/$repo - name: mkdir