This commit is contained in:
parent
f501c6273e
commit
4d3403c706
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue