Replies: 3 comments
-
try the name: CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
lfs: 'true'
submodules: 'recursive'
ssh-key: ${{ secrets.git_ssh_key }}
env:
GIT_CURL_VERBOSE: '1'
GIT_TRACE: '1' the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any solution for this ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to checkout LFS files inside a submodule, which is a private repo.
How to do that?
Beta Was this translation helpful? Give feedback.
All reactions