Skip to content

Commit

Permalink
Merge pull request #5 from arash77/increase_days_feed_check
Browse files Browse the repository at this point in the history
Update number of days to check for new feeds to 14
  • Loading branch information
bgruening authored Sep 11, 2024
2 parents 44eb4e7 + 596d6d1 commit 4b345c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feed_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
days:
description: "Number of days before today to check for new feeds"
required: false
default: "5"
default: "14"

jobs:
feed-bot:
Expand Down Expand Up @@ -44,5 +44,5 @@ jobs:
env:
GALAXY_SOCIAL_BOT_TOKEN: ${{ steps.generate-token.outputs.token }}
REPO: "usegalaxy-eu/galaxy-social"
DAYS: ${{ github.event.inputs.days || '5' }}
DAYS: ${{ github.event.inputs.days || '14' }}
run: python -u app/feed_bot.py

0 comments on commit 4b345c1

Please sign in to comment.