wtf
This commit is contained in:
parent
d215b853f8
commit
35131167a6
6
.github/workflows/publish-release.yml
vendored
6
.github/workflows/publish-release.yml
vendored
|
@ -4,8 +4,8 @@ name: Publish
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
really:
|
confirm:
|
||||||
description: "This is really going to release. Enter \'yolo\' to confirm."
|
description: "This is really going to release. Enter \'yolo\' to confirm that you really want to do it."
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Confirm
|
- name: Confirm
|
||||||
if: ${{ github.event.inputs.really }} != 'yolo'
|
if: ${{ github.event.inputs.confirm }} != 'yolo'
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v4
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user