Skip to content

Commit a3e1f62

Browse files
committed
Add missing outputs in documentation
1 parent 04d574e commit a3e1f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This action for [Changesets](https://github.com/changesets/changesets) creates a
1919

2020
- published - A boolean value to indicate whether a publishing has happened or not
2121
- publishedPackages - A JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]`
22+
- hasChangesets - A boolean about whether there were changesets. Useful if you want to create your own publishing functionality.
23+
- pullRequestNumber - The pull request number that was created or updated.
2224

2325
### Example workflow:
2426

0 commit comments

Comments
 (0)