Fixed delete-workflow-runs.yml

It will only delete `Build and Release uYouEnhanced` from now on.
This commit is contained in:
arichornlover 2024-03-30 20:10:56 -05:00 committed by GitHub
parent 0adb3c865c
commit eebbb116ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ on:
delete_workflow_pattern:
description: 'Name or filename of the workflow (if not set, all workflows are targeted)'
required: false
default: 'Build and Release uYouEnhanced' # default value is ""
delete_workflow_by_state_pattern:
description: 'Filter workflows by state: active, deleted, disabled_fork, disabled_inactivity, disabled_manually'
required: true