Skip to content

Commit a35ef3a

Browse files
authored
fix(workflows): remove exclude_days parameter to use default (#20)
1 parent d63120c commit a35ef3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/throwback-thursday.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: CodingWithCalvin/.github/.github/workflows/random-blog-post-from-rss.yml@main
1919
with:
2020
rss_url: 'https://www.codingwithcalvin.net/rss.xml'
21-
exclude_days: ${{ inputs.exclude_days || 30 }}
2221

2322
post-bluesky:
2423
needs: select

0 commit comments

Comments
 (0)