Skip to content

Commit fcc0960

Browse files
Remove unnecessary blank line in cleanup workflow
1 parent f596f52 commit fcc0960

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/cleanup.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ on:
1111
required: false
1212
type: number
1313
default: 2
14-
14+
retain-days:
15+
description: 'Number of days to retain workflow runs'
16+
required: false
17+
type: number
18+
default: 5
1519

1620
jobs:
1721
cleanup-runs:
@@ -26,4 +30,5 @@ jobs:
2630
token: ${{ github.token }}
2731
repository: ${{ github.repository }}
2832
keep_minimum_runs: ${{ github.event.inputs.minimum-runs || 5 }}
29-
check_pullrequest_exist: true
33+
check_pullrequest_exist: true
34+
retain_days: ${{ github.event.inputs.retain-days || 5 }}

0 commit comments

Comments
 (0)