fix
This commit is contained in:
parent
108af45b25
commit
31cbe74bb2
7
.github/workflows/publish-release.yml
vendored
7
.github/workflows/publish-release.yml
vendored
|
@ -3,10 +3,11 @@ name: Publish
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
really:
|
||||
description: 'This is really going to release. Enter \'yolo\' to confirm.'
|
||||
name:
|
||||
description: "name"
|
||||
required: true
|
||||
default: ''
|
||||
default: "world"
|
||||
|
||||
|
||||
jobs:
|
||||
job:
|
||||
|
|
Loading…
Reference in New Issue
Block a user