We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68189fa commit e57f7f1Copy full SHA for e57f7f1
.github/workflows/release.yml
@@ -1,9 +1,10 @@
1
on:
2
workflow_dispatch:
3
- input:
+ inputs:
4
package:
5
description: "Package name"
6
required: true
7
+ default: 'autoconf'
8
type: choice
9
options:
10
- autoconf
0 commit comments