Remove stale inputs (#12213)
parent
cb7fd5118e
commit
79c9ad98fd
|
@ -10,11 +10,6 @@ on:
|
||||||
options:
|
options:
|
||||||
- rc
|
- rc
|
||||||
- final
|
- final
|
||||||
matrix-js-sdk:
|
|
||||||
description: JS SDK version to use (current|X.Y.Z)
|
|
||||||
required: false
|
|
||||||
default: current
|
|
||||||
type: string
|
|
||||||
npm:
|
npm:
|
||||||
description: Publish to npm
|
description: Publish to npm
|
||||||
required: true
|
required: true
|
||||||
|
@ -29,5 +24,3 @@ jobs:
|
||||||
final: ${{ inputs.mode == 'final' }}
|
final: ${{ inputs.mode == 'final' }}
|
||||||
npm: ${{ inputs.npm }}
|
npm: ${{ inputs.npm }}
|
||||||
downstreams: '["element-hq/element-web"]'
|
downstreams: '["element-hq/element-web"]'
|
||||||
dependencies: |
|
|
||||||
matrix-js-sdk=${{ inputs.matrix-js-sdk }}
|
|
||||||
|
|
Loading…
Reference in New Issue