Skip to content

Commit

Permalink
ci: add missing git config to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf committed Jan 11, 2025
1 parent a1fc990 commit 4d69b81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d69b81

Please # to comment.