Skip to content

Commit

Permalink
Update delete-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant23 committed Jul 21, 2024
1 parent 6706eb4 commit 1c6d97c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/delete-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ on:
days:
description: 'Number of days.'
required: true
default: "30"

default: "5"
keep_minimum_runs: 6
retain_days: 7

jobs:
del_runs:
runs-on: ubuntu-latest
Expand All @@ -18,4 +20,4 @@ jobs:
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: ${{ github.event.inputs.days }}
retain_days: ${{ github.event.inputs.days }}

0 comments on commit 1c6d97c

Please sign in to comment.