diff --git a/.forgejo/workflows/on_release.yml b/.forgejo/workflows/on_release.yml index b1e580afa..d4e31431f 100644 --- a/.forgejo/workflows/on_release.yml +++ b/.forgejo/workflows/on_release.yml @@ -25,7 +25,7 @@ jobs: - name: clone submodule shell: bash run: | - echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://bot:${{ env.BOT_PASSWORD }}@source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules + echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://Bot:${{ env.BOT_PASSWORD }}@source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules cat .gitmodules git submodule init git submodule update