Skip to content

Commit

Permalink
- Fix typo in README.md.
Browse files Browse the repository at this point in the history
- Added hint how to get values.
  • Loading branch information
miroslavpojer committed Nov 21, 2024
1 parent cab7783 commit 6ccc8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ See the default action step definition:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github-repository: "{ org }/{ repo }"
pr-numer: 109
github-repository: "{ org }/{ repo }" # ${{ github.repository }}
pr-number: 109 # ${{ github.event.number }}
location: "body"
title: "[Rr]elease [Nn]otes:"
skip-labels: "skip-release-notes,no-release-notes"
Expand Down

0 comments on commit 6ccc8ec

Please sign in to comment.