Add data type to workflow_dispatch inputs

This commit is contained in:
James M. Greene
2023-04-18 11:20:09 -05:00
committed by GitHub
parent 6a1457d1e2
commit 1c781c4e6a
+2
View File
@@ -15,6 +15,8 @@ on:
default: 'World'
# Input has to be provided for the workflow to run
required: true
# The data type of the input
type: string
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: