mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Fix typo in workflow
This commit is contained in:
parent
c37c1fb693
commit
6c8fe00271
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Purgee old workflow runs
|
name: Purge old workflow runs
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -25,4 +25,4 @@ jobs:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
retain_days: ${{ github.event.inputs.days }}
|
retain_days: ${{ github.event.inputs.days }}
|
||||||
keep_minimum_runs: ${{ github.event.inputs.minimum_runs }}
|
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 a new issue