Skip to content

Commit 293e32b

Browse files
authored
chore(workflows): remove unused exclude_days input (#21)
1 parent a35ef3a commit 293e32b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/throwback-thursday.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ on:
66
# Using 15:00 UTC = 10 AM EST, 11 AM EDT
77
- cron: '0 15 * * 4'
88
workflow_dispatch:
9-
inputs:
10-
exclude_days:
11-
description: 'Exclude posts newer than this many days (default: 30)'
12-
required: false
13-
type: number
14-
default: 30
159

1610
jobs:
1711
select:

0 commit comments

Comments
 (0)