depoly: fix syntax error
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 58s
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 58s
This commit is contained in:
parent
bbe96299a3
commit
911ceb5fd1
1 changed files with 2 additions and 3 deletions
|
@ -15,9 +15,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
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