Added inputs to workflow_dispatch

This commit is contained in:
Magnus Åhall 2025-01-22 07:59:37 +01:00
parent cc30e38c96
commit 4341b87fe2

View file

@ -1,4 +1,10 @@
on: [push, workflow_dispatch]
on:
workflow_dispatch:
inputs:
string1_default:
description: 'String w. default'
default: 'Hello world'
type: string
jobs:
test:
runs-on: docker