Update .forgejo/workflows/build.yml
This commit is contained in:
parent
70adb3b27a
commit
acd287fbb7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ jobs:
|
||||||
git -C Beef pull
|
git -C Beef pull
|
||||||
|
|
||||||
- name: Clone Beef repository
|
- name: Clone Beef repository
|
||||||
if: steps.restore-beef-repository.outputs.cache-hit != 'true'
|
if: steps.beef-repo-restore.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
git clone https://code.booklordofthe.dev/Extern/Beef Beef
|
git clone https://code.booklordofthe.dev/Extern/Beef Beef
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue