allow to manually run workflow

This commit is contained in:
Kevin Papst
2024-10-04 17:03:31 +02:00
parent 0c4fdda00a
commit 1ea64bf18e

View File

@@ -29,7 +29,7 @@ jobs:
- name: Determine version
run: |
input="${{ github.event.inputs.kimai_version }}"
input="${{ github.event.inputs.kimai_tag }}"
# Determine between manual trigger and release event
if [ -z "$input" ]; then