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