From f339f33416000cc470754b1d22d2963a1c3d7aee Mon Sep 17 00:00:00 2001 From: Boris Serdiuk Date: Fri, 5 Jan 2024 12:01:42 +0100 Subject: [PATCH] chore: remove deprecated npm_package argument (#29) --- .github/workflows/release-gh-notes.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-gh-notes.yml b/.github/workflows/release-gh-notes.yml index 8bb0e12..5491bc3 100644 --- a/.github/workflows/release-gh-notes.yml +++ b/.github/workflows/release-gh-notes.yml @@ -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' @@ -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 }}