We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fab0de commit 81f242dCopy full SHA for 81f242d
.github/workflows/main.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
with:
17
- persist-credentials: false
+ persist-credentials: true # required for git lfs
18
- uses: ./.github/actions/uv-setup/
19
- name: Test
20
# use script to provide a tty (workaround of systematic "docker -t"?)
0 commit comments