This commit is contained in:
parent
8c110cf673
commit
d3c80e02a3
5
.github/workflows/checksums.yml
vendored
5
.github/workflows/checksums.yml
vendored
@ -15,7 +15,10 @@ jobs:
|
||||
set -e
|
||||
git lfs install --local
|
||||
# disable credentials by actions/checkout for LFS endpoints
|
||||
git -c "http.${GITHUB_SERVER_URL}/storage/lfs/.extraHeader=" lfs pull
|
||||
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
|
||||
git config --local --unset http.${{ github.server_url }}/.extraheader
|
||||
git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||
git lfs pull
|
||||
IFS=$'\n'
|
||||
for file in $(git ls-files | grep "^panel/" | grep -v ".sha256$" | grep -v ".txt$"); do
|
||||
filename=$(basename "$file");
|
||||
|
Loading…
x
Reference in New Issue
Block a user