Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow relative paths to be parent of workspace path #548

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update action.yml
  • Loading branch information
garkenxian authored Jun 29, 2021
commit 4e74f1aa78bee41a9df52b428c5696b4276c7a11
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'GitCheckout'
description: 'Checkout a Git repository at a particular version'
name: 'LNRSCheckout'
description: 'Checkout a Git repository at a particular version - LNRS version'
inputs:
repository:
description: 'Repository name with owner. For example, actions/checkout'