diff options
| author | OsCoder <oscoder@lczimmermann.eu> | 2026-07-22 23:37:28 +0200 |
|---|---|---|
| committer | OsCoder <oscoder@lczimmermann.eu> | 2026-07-22 23:37:28 +0200 |
| commit | e342ab0f333240748f224dea3d2ab71060a89732 (patch) | |
| tree | 190c81679989f43eedc575fe25f18a4329d3efea /.forgejo/workflows | |
| parent | 3db7e1af7a3a177d1d3b1579999e13077e6ca5c2 (diff) | |
| download | solar_map-e342ab0f333240748f224dea3d2ab71060a89732.tar.xz solar_map-e342ab0f333240748f224dea3d2ab71060a89732.zip | |
Fixed typo in url for git clone.
Diffstat (limited to '.forgejo/workflows')
| -rw-r--r-- | .forgejo/workflows/test.yml | 2 |
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 |
