mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-21 01:49:04 +08:00
Fix typo in workflow
This commit is contained in:
parent
c37c1fb693
commit
6c8fe00271
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user