portalble cut arg
Some checks failed
/ build (push) Failing after 24s

This commit is contained in:
Hornwitser 2025-05-16 19:09:25 +02:00
parent e711104184
commit 856b71e3fc

View file

@ -17,7 +17,7 @@ jobs:
shell: sh
run: |
git config --global credential.helper store
echo "https://github:${{ secrets.GITHUB_TOKEN }}@$(echo "${{ github.server_url }}" | cut --bytes=9-)" > ~/.git-credentials
echo "https://github:${{ secrets.GITHUB_TOKEN }}@$(echo "${{ github.server_url }}" | cut -b 9-)" > ~/.git-credentials
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} ${{ github.workspace }}
-
name: Authenticate with registry