Actions: Workflow inputs are strings

This commit is contained in:
Jack Grigg 2020-11-22 13:31:09 +00:00
parent 0f9b61fb8f
commit 06f73470f2

View file

@ -9,7 +9,7 @@ on:
test:
description: 'Testing the release workflow'
required: true
default: true
default: 'true'
jobs:
build:
@ -113,7 +113,7 @@ jobs:
- name: Echo the version
run: echo ${{ steps.get_version.outputs.VERSION }}
if: github.event.inputs.test == true
if: github.event.inputs.test == 'true'
# - name: Upload archive to release
# uses: svenstaro/upload-release-action@v1-release
@ -205,7 +205,7 @@ jobs:
- name: Inspect the result
run: ls target/${{ matrix.target }}/debian/*.deb
if: github.event.inputs.test == true
if: github.event.inputs.test == 'true'
# - name: Upload Debian package to release
# uses: svenstaro/upload-release-action@v1-release