mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
ci: fix rebase for dev not working on release (#2392)
This commit is contained in:
@@ -96,10 +96,11 @@ jobs:
|
||||
run: |
|
||||
git config user.name "Releases Homarr"
|
||||
git config user.email "175486441+homarr-releases[bot]@users.noreply.github.com"
|
||||
git remote set-url origin https://x-access-token:${{ steps.obtainToken.outputs.token }}@github.com/${{ github.repository }}.git
|
||||
git fetch origin dev
|
||||
git checkout dev
|
||||
git pull origin dev
|
||||
git merge ${{ github.ref_name }}
|
||||
git rebase ${{ github.ref_name }}
|
||||
git push origin dev
|
||||
deploy:
|
||||
name: Deploy docker image
|
||||
|
||||
Reference in New Issue
Block a user