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 b4a471d commit e0aaf13Copy full SHA for e0aaf13
README.md
@@ -5,18 +5,26 @@ TODO: test also on `pull_request` events.
5
6
## Inputs
7
8
-## `token`
+### `token`
9
**Required:** Github API Token
10
11
## Outputs
12
13
-## `base_ref`
+### `base_ref`
14
Pull request base ref.
15
16
-## `head_ref`
+### `base_sha`
17
+The SHA hash of the base ref.
18
+
19
+### `head_ref`
20
Pull request head ref.
21
-## Example usage
22
+### `head_sha`
23
+The SHA hash of the head ref.
24
25
+## Usage
26
27
+### Example usage
28
```
29
- name: resolve pr refs
30
id: refs
@@ -25,7 +33,7 @@ Pull request head ref.
33
token: ${{ secrets.GITHUB_TOKEN }}
34
35
-## Example usecase
36
+### Example usecase
37
38
on:
31
39
issue_comment:
0 commit comments