depoly: fix syntax error
This commit is contained in:
parent
f7787b5af0
commit
bbe96299a3
1 changed files with 1 additions and 1 deletions
|
@ -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`; \
|
||||
|
|
Loading…
Reference in a new issue