You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This action enables you to get the PR no matter which event type triggered the w
29
29
30
30
```yml
31
31
steps:
32
-
- uses: 8BitJonny/gh-get-current-pr@2.2.0
32
+
- uses: 8BitJonny/gh-get-current-pr@3.0.0
33
33
id: PR
34
34
35
35
- run: echo "Your PR number is ${{ steps.PR.outputs.number }} and its JSON is ${{ steps.PR.outputs.pr }}"
@@ -39,7 +39,7 @@ This action enables you to get the PR no matter which event type triggered the w
39
39
See [action.yml](action.yml) for more details.
40
40
```yml
41
41
steps:
42
-
- uses: 8BitJonny/gh-get-current-pr@2.2.0
42
+
- uses: 8BitJonny/gh-get-current-pr@3.0.0
43
43
id: PR
44
44
with:
45
45
# Authetication token to access GitHub APIs. (Can be omitted by default.)
@@ -56,7 +56,7 @@ See [action.yml](action.yml) for more details.
56
56
See [action.yml](action.yml) for more details.
57
57
```yml
58
58
steps:
59
-
- uses: 8BitJonny/gh-get-current-pr@2.2.0
59
+
- uses: 8BitJonny/gh-get-current-pr@3.0.0
60
60
id: PR
61
61
62
62
- run: echo "PR ${prNumber} ${prTitle} at ${prUrl} is ${prJSON}"
@@ -81,7 +81,7 @@ Useful when the information you're looking for is not exported as a direct outpu
81
81
See [GitHub Documentation](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit) for details how the object looks like.
0 commit comments