Skip to content

Checkout not respecting .lfsconfig #365

Open
@CEbbinghaus

Description

@CEbbinghaus

When Cloning a Repository that uses a third party lfs server it still tries to pull from github's lfs

Action:

- name: Checkout repository
  uses: actions/checkout@v2
  with:
    lfs: true
    ref: Release

.lfsconfig:

[remote "origin"]
	lfsurl = /*Remote url*/

output:

fetch: Fetching reference refs/remotes/origin/Release
..
..
Error: error: failed to fetch some objects from '/*Repository Url*/'

It would be nice if either a Settings for the lfs-url were to be exposed or it would simply read the .lfsconfig file and use the provided one. 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions