Skip to content

Commit

Permalink
chore: add weekly report (#5311)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Jul 13, 2023
1 parent 0a760b8 commit 3312a06
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Weekly
on:
schedule:
- cron: '0 20 * * 4' # At 20:00 on Tuesday
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/activity-report@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3312a06

Please sign in to comment.