mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 22:39:24 +00:00
add support for gist.github.com
This commit is contained in:
@@ -4,6 +4,8 @@ inputs:
|
||||
repository:
|
||||
description: 'Repository name with owner. For example, actions/checkout'
|
||||
default: ${{ github.repository }}
|
||||
gist:
|
||||
description: 'Gist name with owner. For example, schacon/1'
|
||||
ref:
|
||||
description: >
|
||||
The branch, tag or SHA to checkout. When checking out the repository that
|
||||
|
||||
Reference in New Issue
Block a user