Skip to content

feature: add release fetcher and dispatcher #4

feature: add release fetcher and dispatcher

feature: add release fetcher and dispatcher #4

name: Get and Update Latest Releases
on:
schedule:
- cron: '0 0 * * 0'
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: false
jobs:
get-latest-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: fetch requirements.txt
run: pip install -r requirements.txt
- name: load the projects
working-directory: scripts
run: |
python3 repo-variable-writer.py