1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-05-03 15:20:03 +00:00

clarify name with owner

This commit is contained in:
eric sciple 2019-12-03 16:45:27 -05:00
parent 689bf84be4
commit 994f026aa7
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: 'Checkout'
description: 'Checkout a Git repository'
inputs:
repository:
description: 'Repository name'
description: 'Repository name with owner. For example, actions/checkout'
default: ${{ github.repository }}
ref:
description: >