diff options
Diffstat (limited to '.forgejo/workflows/test.yml')
| -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 |
