Skip to content

Commit

Permalink
chore: remove deprecated npm_package argument (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored Jan 5, 2024
1 parent a152bb0 commit f339f33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-gh-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
required: true
description: 'Specify the version for this release'
type: string
npm_package:
required: false
description: 'npm package of the release repo (deprecated)'
type: string
commit:
required: true
description: 'commit to generate release notes'
Expand All @@ -24,6 +20,5 @@ jobs:
uses: cloudscape-design/actions/.github/workflows/release-gh-notes.yml@main
secrets: inherit
with:
npm_package: ${{ github.event.inputs.npm_package }}
version: ${{ github.event.inputs.version }}
commit: ${{ github.event.inputs.commit }}

0 comments on commit f339f33

Please sign in to comment.