use sed explicity
Some checks failed
Build and Publish / build-release (push) Failing after 1m23s

This commit is contained in:
2026-03-31 17:02:59 -05:00
parent 890d5e258b
commit e1f768ffb7

View File

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