Update ffmpeg.yml

This commit is contained in:
Daniel Stankewitz 2022-07-07 16:17:48 +02:00 committed by GitHub
parent 4f08126a5b
commit 99448ba228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,13 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
env: env:
type: string type: choice
required: true required: true
default: 'windows-2022' default: 'windows-2022'
description: 'Environment' description: 'Environment'
options:
- windows-2022
source: source:
type: choice type: choice
required: true required: true