generated from archlinux/template
Set git config before push
This commit is contained in:
parent
da12789c45
commit
70ccc14002
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user