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