mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
ci: add missing git config to release pipeline
This commit is contained in:
@@ -94,6 +94,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }}
|
||||
run: |
|
||||
git config user.name "Releases Homarr"
|
||||
git config user.email "175486441+homarr-releases[bot]@users.noreply.github.com"
|
||||
git fetch origin dev
|
||||
git checkout dev
|
||||
git pull origin dev
|
||||
|
||||
Reference in New Issue
Block a user