From dd3f8eb8ee5faa426a0315c1e61c78731efc4b57 Mon Sep 17 00:00:00 2001 From: Kai Reichart Date: Wed, 27 Nov 2024 14:04:45 +0100 Subject: [PATCH] strip --- .github/workflows/build-docker.yml | 2 +- .github/workflows/build-go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 556c51a..3ac1e52 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -20,7 +20,7 @@ jobs: image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/dind:27.4.0-rc2 steps: - name: Clone Repository - run: git clone https://wf:${{ github.token }}@${{ github.server_url#https:// }}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }} + run: git clone https://wf:${{ github.token }}@${${{ github.server_url }}#https://}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }} - name: Check Out Branch run: | cd ${{ github.workspace }} diff --git a/.github/workflows/build-go.yml b/.github/workflows/build-go.yml index 7bdf3f4..c934920 100644 --- a/.github/workflows/build-go.yml +++ b/.github/workflows/build-go.yml @@ -26,7 +26,7 @@ jobs: image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/go:1.23 steps: - name: Clone Repository - run: git clone https://wf:${{ github.token }}@${{ github.server_url#https:// }}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }} + run: git clone https://wf:${{ github.token }}@${${{ github.server_url }}#https://}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }} - name: Check Out Branch run: | cd ${{ github.workspace }}