Skip to content

Commit

Permalink
Update schedules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbodnar authored Sep 17, 2024
1 parent b789b8a commit ab99e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -30,4 +30,4 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
REPOSITORY: ${{ env.REPOSITORY_NAME }}
USERNAME: ${{ github.repository_owner }}
run: starred --username ${USERNAME} --repository ${REPOSITORY} --sort --token ${GH_TOKEN} --message 'my awesome-stars category by topic update by github actions cron, created by starred' --topic --topic_limit 200 --filename README.md
run: starred --username ${USERNAME} --repository ${REPOSITORY} --sort --token ${GH_TOKEN} --message 'my awesome-stars category by topic update by github actions cron, created by starred' --topic --topic_limit 150 --filename README.md

0 comments on commit ab99e1b

Please sign in to comment.