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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
really:
|
name:
|
||||||
description: 'This is really going to release. Enter \'yolo\' to confirm.'
|
description: "name"
|
||||||
required: true
|
required: true
|
||||||
default: ''
|
default: "world"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user