Skip to content

Commit ff95df7

Browse files
authored
Fix readme (#10)
* Fix readme * Update README.yaml
1 parent 6002b47 commit ff95df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Name of this project
2-
name: PR Info
2+
name: Get PR
33

44
# Tags of this project
55
tags:
@@ -46,7 +46,7 @@ usage: |-
4646
name: PR Info
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: cloudposse-github-actions/get-pr@v0
49+
- uses: cloudposse-github-actions/get-pr@main
5050
id: pr
5151
outputs:
5252
base: ${{ fromJSON(steps.pr.outputs.pr).base.sha }}

0 commit comments

Comments
 (0)