fix(ci): set Git config
All checks were successful
functions / build (push) Successful in 1m32s

This commit is contained in:
Peter 2025-01-17 13:19:27 +01:00
parent f501c6273e
commit 4d3403c706
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -7,6 +7,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Git config
run: |
git config --global user.email "ci@icb4dc0.de"
git config --global user.name "Forgejo Actions"
- name: Setup `spin`
uses: fermyon/actions/spin/setup@v1