actions/get_lfs/action.yml

17 lines
414 B
YAML
Raw Permalink Normal View History

2024-09-22 21:16:49 +00:00
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 }}