Remove stale inputs (#12213)

This commit is contained in:
Michael Telatynski 2024-02-02 14:29:52 +00:00 committed by GitHub
parent cb7fd5118e
commit 79c9ad98fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,6 @@ on:
options:
- rc
- final
matrix-js-sdk:
description: JS SDK version to use (current|X.Y.Z)
required: false
default: current
type: string
npm:
description: Publish to npm
required: true
@ -29,5 +24,3 @@ jobs:
final: ${{ inputs.mode == 'final' }}
npm: ${{ inputs.npm }}
downstreams: '["element-hq/element-web"]'
dependencies: |
matrix-js-sdk=${{ inputs.matrix-js-sdk }}