Skip to content

Commit

Permalink
Update README for limitation (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhacaz authored Feb 6, 2023
1 parent bae50b0 commit 929a260
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ Minimal setup.
|---|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|---|
|`files`| A list of files with the path separated by a space, relative to root of your repository. Can also be a folder and the action will recursively pull all the files. | `true` |N/A|
|`token`| A GitHub token. | `false` |`${{ github.token }}`|
|`branch`| Checkout files from a specific branch.<br/> To use the current working branch `${{ github.head_ref \|\| github.ref_name }}` |`false`|Default branch of the repository.|
|`branch`| Checkout files from a specific branch. If not specified, it use the default repository branch.<br/> To use the current working branch `${{ github.head_ref \|\| github.ref_name }}` |`false`|Default branch of the repository.|

## Limitations

* This action doesn't keep the mode bits (or permission) of files. See [#18](https://github.com/Bhacaz/checkout-files/issues/18) for more details.
* Cannot pull files bigger than 1 mb. WIP [#3](https://github.com/Bhacaz/checkout-files/issues/3) & [#9](https://github.com/Bhacaz/checkout-files/issues/9)

0 comments on commit 929a260

Please sign in to comment.