From 100a1b61f47deaef4926000aab67be8ad17ce635 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 12 Dec 2021 19:51:17 +0100 Subject: [PATCH] fix --- .github/workflows/publish-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index b561f29..ead090f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -3,7 +3,7 @@ name: Publish on: workflow_dispatch: inputs: - confirm: + really: description: 'This is really going to release. Enter \'yolo\' to confirm.' required: true @@ -14,7 +14,7 @@ jobs: steps: - name: Confirm - if: ${{ github.event.inputs.confirm }} != 'yolo' + if: ${{ github.event.inputs.really }} != 'yolo' uses: actions/github-script@v4 with: script: |