Fix typo in workflow

This commit is contained in:
Daz DeBoer 2022-05-29 14:49:05 -06:00 committed by GitHub
parent c37c1fb693
commit 6c8fe00271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Purgee old workflow runs
name: Purge old workflow runs
on:
workflow_dispatch:
inputs:
@ -25,4 +25,4 @@ jobs:
repository: ${{ github.repository }}
retain_days: ${{ github.event.inputs.days }}
keep_minimum_runs: ${{ github.event.inputs.minimum_runs }}
delete_workflow_pattern: ${{ github.event.inputs.delete_workflow_pattern }}
delete_workflow_pattern: ${{ github.event.inputs.delete_workflow_pattern }}