Skip to content

Commit

Permalink
chore: Add commit parameter to release notes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris committed Dec 14, 2023
1 parent 3906f8e commit 40e7b9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-gh-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
required: true
description: 'npm package of the release repo'
type: string
commit:
required: false
description: 'commit to generate release notes'
type: string

permissions:
contents: write
Expand All @@ -22,3 +26,4 @@ jobs:
with:
npm_package: ${{ github.event.inputs.npm_package }}
version: ${{ github.event.inputs.version }}
commit: ${{ github.event.inputs.commit }}

0 comments on commit 40e7b9c

Please sign in to comment.