depoly: fix syntax error

This commit is contained in:
Rubicon 2024-06-07 05:40:12 +00:00
parent f7787b5af0
commit bbe96299a3

View file

@ -17,7 +17,7 @@ jobs:
submodules: true # Checkout private submodules(themes or something else).
- name: Checkout LFS
run: |
run: |
UrlBase=$GITHUB_SERVER_URL; \
UrlLfsBase=$UrlBase/${{ github.repository }}.git/info/lfs/objects; \
Auth=`/usr/bin/git config --get --local http.$UrlBase/.extraheader`; \