checkout/action.yml

16 lines
539 B
YAML
Raw Normal View History

2024-06-04 21:43:09 +10:00
name: 'Checkout'
description: 'Checkout a Git repository at a particular version'
inputs:
repository:
description: 'Repository name with owner. For example, actions/checkout'
default: ${{ github.repository }}
ref:
description: >
The branch, tag or SHA to checkout. When checking out the repository that
triggered a workflow, this defaults to the reference or SHA for that
event. Otherwise, uses the default branch.
runs:
using: 'docker'
2024-06-04 21:45:31 +10:00
image: 'docker://aburgess/git:latest'
2024-06-04 21:43:09 +10:00
entrypoint: echo hello