try recursive, without token
Some checks failed
ci / build (push) Failing after 40s
ci / Tests & Checks (push) Failing after 44s

This commit is contained in:
CJ_Clippy 2025-02-19 15:56:11 -08:00
parent 89db837020
commit 2b7d725307

View File

@ -13,8 +13,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
name: Check out code name: Check out code
with: with:
submodules: true submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
# IDK if I need this # IDK if I need this
# - name: Set docker metadata # - name: Set docker metadata