actions/get_lfs/action.yml

16 lines
414 B
YAML

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 }}