treat workflow input as string

see https://github.com/actions/runner/issues/1483
This commit is contained in:
Sebastian Stenzel
2022-03-18 14:54:20 +01:00
parent e2f872ba9b
commit 746d3974a0
+1 -1
View File
@@ -105,7 +105,7 @@ jobs:
cryptomator_*_amd64.deb
cryptomator_*.asc
- name: Run dput to beta repo
if: startsWith(github.ref, 'refs/tags/') || github.event.inputs.dput
if: startsWith(github.ref, 'refs/tags/') || github.event.inputs.dput == 'true'
run: dput ppa:sebastian-stenzel/cryptomator-beta cryptomator_*_source.changes
- name: Publish Debian package on GitHub Releases
if: startsWith(github.ref, 'refs/tags/')