Skip to content

Commit 6ccc8ec

Browse files
committed
- Fix typo in README.md.
- Added hint how to get values.
1 parent cab7783 commit 6ccc8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ See the default action step definition:
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787
with:
88-
github-repository: "{ org }/{ repo }"
89-
pr-numer: 109
88+
github-repository: "{ org }/{ repo }" # ${{ github.repository }}
89+
pr-number: 109 # ${{ github.event.number }}
9090
location: "body"
9191
title: "[Rr]elease [Nn]otes:"
9292
skip-labels: "skip-release-notes,no-release-notes"

0 commit comments

Comments
 (0)