We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5a761 commit 41a46d1Copy full SHA for 41a46d1
1 file changed
README.md
@@ -1 +1,20 @@
1
-# README
+# GitHub Merged Pull Requests
2
+
3
+Showcase your merged pull requests on GitHub.
4
5
+## Action Inputs
6
7
+### `token` (*required*)
8
9
+Personal access token with `read:user` scope.
10
11
+* Generate a token at: https://github.com/settings/tokens
12
+* Add the token to the repo where you use this action: https://github.com/USER/REPO/settings/secrets/actions
13
14
+### `output`
15
16
+Path to generated file.
17
18
+## Example Workflow
19
20
+TODO
0 commit comments