aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsCoder <oscoder@lczimmermann.eu>2026-07-22 23:37:28 +0200
committerOsCoder <oscoder@lczimmermann.eu>2026-07-22 23:37:28 +0200
commite342ab0f333240748f224dea3d2ab71060a89732 (patch)
tree190c81679989f43eedc575fe25f18a4329d3efea
parent3db7e1af7a3a177d1d3b1579999e13077e6ca5c2 (diff)
downloadsolar_map-e342ab0f333240748f224dea3d2ab71060a89732.tar.xz
solar_map-e342ab0f333240748f224dea3d2ab71060a89732.zip
Fixed typo in url for git clone.
-rw-r--r--.forgejo/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index fb3184c..bbc3647 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
- name: Code auschecken
run: |
apk add --no-cache git
- git clone [https://git.cloud2.ltutte.de/$](https://git.cloud2.ltutte.de/$){{ github.repository }}.git .
+ git clone https://git.cloud2.ltutte.de/${{ github.repository }}.git .
git checkout ${{ github.sha }}
- name: V Tests ausführen