From 70ccc1400229d98389c47d78245e9d317345d8d8 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Wed, 23 Apr 2025 11:22:22 +0200 Subject: [PATCH] Set git config before push --- .gitea/workflows/update_wake.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/update_wake.yml b/.gitea/workflows/update_wake.yml index 5c37fdd..0b3e41a 100644 --- a/.gitea/workflows/update_wake.yml +++ b/.gitea/workflows/update_wake.yml @@ -11,6 +11,11 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Configure Git + run: | + git config user.email "sebastiaan.de.schaetzen+archlinux@gmail.com" + git config user.name "Sebastiaan de Schaetzen (automated)" + - name: Add AUR repository run: git remote add aur https://aur.archlinux.org/yay.git