Update Cachy Files with Latest Releases #231
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Cachy Files with Latest Releases | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' # Runs at 00:00 UTC every day | |
jobs: | |
check-bump: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
repository: lseman/gitAPy | |
- name: Set up Python 3.11 | |
uses: actions/setup-python@v4 | |
with: | |
python-version: 3.11 | |
# You can test your matrix by printing the current Python version | |
- name: Run gitAPy | |
run: | | |
ls | |
export API_URL="https://api.github.com" | |
export TOKEN=${{ secrets.GITHUB_TOKEN }} | |
export API_VERSION="2022-11-28" | |
pip install -r requirements.txt | |
python -m spacy download en_core_web_sm | |
python gitapy.py cachy |