use command
Some checks failed
Build and Publish / build-release (push) Failing after 1m1s

This commit is contained in:
2026-03-31 17:17:14 -05:00
parent 4179ce4fa6
commit 105c07c40b

View File

@@ -22,7 +22,7 @@ jobs:
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
run: |
STRIPPED_URL=$(nix shell nixpkgs#gnused echo $GITEA_URL | sed -e 's|^https://||' -e 's|^http://||')
STRIPPED_URL=$(nix shell nixpkgs#gnused --command echo $GITEA_URL | sed -e 's|^https://||' -e 's|^http://||')
echo "Cloning from: $STRIPPED_URL"
# Perform the clone
git clone --depth 1 "https://token:${TOKEN}@${STRIPPED_URL}/${REPO}.git" .