Skip to content

Commit

Permalink
Merge pull request #261 from dargmuesli/patch-1
Browse files Browse the repository at this point in the history
docs(readme): correct step id
  • Loading branch information
8BitJonny authored Jul 17, 2023
2 parents a74ddd8 + d0408c3 commit fa21601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ See [action.yml](action.yml) for more details.
env:
# JSON object with the full PR object
# toJSON(fromJSON(...pr)) parses it into memory and then format is with pretty-print.
prJSON: ${{ toJSON(fromJSON(steps.current_pr.outputs.pr)) }}
prJSON: ${{ toJSON(fromJSON(steps.PR.outputs.pr)) }}
# Direct access to common PR properties
prNumber: ${{ steps.PR.outputs.number }}
prUrl: ${{ steps.PR.outputs.pr_url }}
Expand Down

0 comments on commit fa21601

Please sign in to comment.