diff --git a/.github/workflows/schedules.yml b/.github/workflows/schedules.yml index 16f0d44..0c86b33 100644 --- a/.github/workflows/schedules.yml +++ b/.github/workflows/schedules.yml @@ -2,7 +2,7 @@ name: update awesome-stars on: workflow_dispatch: schedule: - - cron: 30 0 * * * + - cron: 60 0 * * * jobs: awesome-stars: name: update awesome-stars @@ -12,22 +12,4 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install starred - - name: get repository name - run: echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV - - name: update repo category by language - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPOSITORY: ${{ env.REPOSITORY_NAME }} - USERNAME: ${{ github.repository_owner }} - run: starred --username ${USERNAME} --repository ${REPOSITORY} --sort --token ${GITHUB_TOKEN} --message 'awesome-stars category by language update by github actions cron, created by starred' - - name: update repo category by topic - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPOSITORY: ${{ env.REPOSITORY_NAME }} - USERNAME: ${{ github.repository_owner }} - run: starred --username ${USERNAME} --repository ${REPOSITORY} --sort --token ${GITHUB_TOKEN} --message 'awesome-stars category by topic update by github actions cron, created by starred' --topic --topic_limit 500 --filename topics.md \ No newline at end of file + python-version: '3.10' \ No newline at end of file