diff --git a/.forgejo/workflows/depoly.yml b/.forgejo/workflows/depoly.yml index e48589e..f266b88 100644 --- a/.forgejo/workflows/depoly.yml +++ b/.forgejo/workflows/depoly.yml @@ -15,9 +15,8 @@ jobs: uses: actions/checkout@v4 with: submodules: true # Checkout private submodules(themes or something else). - - - name: Checkout LFS - run: | + - name: Checkout LFS + run: | UrlBase=$GITHUB_SERVER_URL; \ UrlLfsBase=$UrlBase/${{ github.repository }}.git/info/lfs/objects; \ Auth=`/usr/bin/git config --get --local http.$UrlBase/.extraheader`; \