Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Releases Tracker #56440

Releases Tracker

Releases Tracker #56440

Workflow file for this run

name: Releases Tracker
on:
schedule:
- cron: '*/10 * * * *'
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Run bot
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
TG_TOKEN: ${{ secrets.TG_TOKEN }}
run: |
git clone https://github.com/Stealth1226/linux_version_tracker && cd linux_version_tracker
sudo apt install pandoc -y
echo $GH_TOKEN > ~/.git-credentials
git config --global credential.helper store
git config --global user.name Stealth1226
git config --global user.email [email protected]
bash linux_releases.sh