feat: body-path

This commit is contained in:
Peter Evans 2023-04-04 15:16:56 +09:00
parent 3c7e574272
commit 110f9d8fdb
8 changed files with 30 additions and 21 deletions

View file

@ -7,6 +7,7 @@
### What's new
- Adds input `body-path`, the path to a file containing the pull request body.
- At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started.
- Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the `add-paths` input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed.
- The proxy implementation has been revised but is not expected to have any change in behaviour. It continues to support the standard environment variables `http_proxy`, `https_proxy` and `no_proxy`.