diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index e2c689a..9f3b6f6 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -34,8 +34,8 @@ jobs: - name: Clone Beef repository if: steps.restore-beef-repository.outputs.cache-hit != 'true' - run: | - git clone https://code.booklordofthe.dev/Extern/Beef Beef + run: | + git clone https://code.booklordofthe.dev/Extern/Beef Beef - name: Run build.sh run: |