Fix remote repository URL in build-and-release workflow
Some checks failed
Texture Pack Packaging and Release / package-and-release (push) Failing after 7s
Some checks failed
Texture Pack Packaging and Release / package-and-release (push) Failing after 7s
This commit is contained in:
@ -56,7 +56,7 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "Gitea Actions"
|
||||
git config --global user.email "actions@gitea"
|
||||
git remote set-url origin https://x:${{ secrets.TOKEN }}@git.devbeni.lol/MineDivinity/mhShop.git
|
||||
git remote set-url origin https://x:${{ secrets.TOKEN }}@git.devbeni.lol/MineDivinity/pack.git
|
||||
|
||||
- name: Commit version update
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user