Skip to content

Commit

Permalink
Create stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev authored Jan 17, 2024
1 parent 66cc5fa commit c580b59
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Stats

on:
schedule:
- cron: '0 0 * * *'

jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Run script
run: python ./Roadmap/stats.py

- name: Commit and Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update stats
commit_user_name: Brais Moure [GitHub Actions]
commit_user_email: mouredev@gmail.com
commit_author: mouredev

0 comments on commit c580b59

Please sign in to comment.