1
0
This commit is contained in:
Stephan 2021-12-12 20:18:20 +01:00
parent 35131167a6
commit f9a41a087c

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: Confirm
if: ${{ github.event.inputs.confirm }} != 'yolo'
if: ${{ github.event.inputs.confirm }} != "yolo"
uses: actions/github-script@v4
with:
script: |