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 cab7783 commit 6ccc8ecCopy full SHA for 6ccc8ec
README.md
@@ -85,8 +85,8 @@ See the default action step definition:
85
env:
86
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
with:
88
- github-repository: "{ org }/{ repo }"
89
- pr-numer: 109
+ github-repository: "{ org }/{ repo }" # ${{ github.repository }}
+ pr-number: 109 # ${{ github.event.number }}
90
location: "body"
91
title: "[Rr]elease [Nn]otes:"
92
skip-labels: "skip-release-notes,no-release-notes"
0 commit comments