From 35131167a6ebd95b345bbe6cb3cb93ac2dac344e Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 12 Dec 2021 20:10:29 +0100 Subject: [PATCH] wtf --- .github/workflows/publish-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 3b0e251..3efc875 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -4,8 +4,8 @@ name: Publish on: workflow_dispatch: inputs: - really: - description: "This is really going to release. Enter \'yolo\' to confirm." + confirm: + description: "This is really going to release. Enter \'yolo\' to confirm that you really want to do it." required: true default: "" @@ -16,7 +16,7 @@ jobs: steps: - name: Confirm - if: ${{ github.event.inputs.really }} != 'yolo' + if: ${{ github.event.inputs.confirm }} != 'yolo' uses: actions/github-script@v4 with: script: |