Update .forgejo/workflows/build.yml

This commit is contained in:
Booklordofthedings 2024-09-12 14:02:15 +02:00
parent 70adb3b27a
commit acd287fbb7

View file

@ -33,7 +33,7 @@ jobs:
git -C Beef pull
- name: Clone Beef repository
if: steps.restore-beef-repository.outputs.cache-hit != 'true'
if: steps.beef-repo-restore.outputs.cache-hit != 'true'
run: |
git clone https://code.booklordofthe.dev/Extern/Beef Beef