Set git config before push
Some checks failed
Update repository and wake runner / wake (push) Successful in 6s
Update repository and wake runner / update (push) Failing after 8s
Build and Push / build (push) Has been cancelled

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 11:22:22 +02:00
parent da12789c45
commit 70ccc14002

View File

@ -11,6 +11,11 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 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 - name: Add AUR repository
run: git remote add aur https://aur.archlinux.org/yay.git run: git remote add aur https://aur.archlinux.org/yay.git