depoly: fix syntax error
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 58s

This commit is contained in:
Rubicon 2024-06-07 05:42:11 +00:00
parent bbe96299a3
commit 911ceb5fd1

View file

@ -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`; \