name: 'Get LFS objects in teh git repo' description: 'Pull LFS objects, its borked otherwise on gitea/forgejo' inputs: repository: description: 'Pass in gitea.repository' required: true ref_name: description: 'Pass in gitea.ref_name' required: true runs: using: 'docker' image: 'Dockerfile' args: - ${{ inputs.repository }} - ${{ inputs.ref_name }} - ${{ github.server_url }}