come on LLMs!
This commit is contained in:
parent
00d56ec9fc
commit
62f6ddf338
1 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,12 @@ jobs:
|
|||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
# Keep it shallow
|
||||
fetch-depth: 1
|
||||
# Override the repository URL to HTTP
|
||||
repository: ${{ forgejo.repository }}
|
||||
persist-credentials: false
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue