-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
improve summary #127
improve summary #127
Conversation
|
||
# What's new | ||
|
||
- Improved fetch performance | ||
- The default behavior now fetches only the commit being checked-out | ||
- Improved performance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I simplified the What's new
section to make it easier to skim
Also the summary is more verbose now, so I didn't want to repeat all details.
@@ -6,27 +6,26 @@ | |||
|
|||
This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The existing summary does not have enough details and folks are getting tripped up by the fetch-depth 1 default
- Improved layout | ||
- The input `path` is always relative to $GITHUB_WORKSPACE | ||
- Aligns better with container actions, where $GITHUB_WORKSPACE gets mapped in | ||
- Fallback to REST API download | ||
- When Git 2.18 or higher is not in the PATH, the REST API will be used to download the files | ||
- When using a job container, the container's PATH is used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this tripped up a customer migrating from v1
fixes #125
fixes #126