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).
|
submodules: true # Checkout private submodules(themes or something else).
|
||||||
|
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
run: |
|
run: |
|
||||||
UrlBase=$GITHUB_SERVER_URL; \
|
UrlBase=$GITHUB_SERVER_URL; \
|
||||||
UrlLfsBase=$UrlBase/${{ github.repository }}.git/info/lfs/objects; \
|
UrlLfsBase=$UrlBase/${{ github.repository }}.git/info/lfs/objects; \
|
||||||
Auth=`/usr/bin/git config --get --local http.$UrlBase/.extraheader`; \
|
Auth=`/usr/bin/git config --get --local http.$UrlBase/.extraheader`; \
|
||||||
|
|
Loading…
Reference in a new issue