Actions kullanarak yapabilirsin bunu.
https://docs.github.com/en/actions/quickstart
on:
schedule:
- cron: '* * * * *'
jobs:
dosya-guncelle:
- runs-on: ubuntu-latest
steps:
- wget -O-
https://sitem.com/a.txt > ./a.txt
- git commit -am "Update a.txt"
- git push
-----
* * * * * her dakika demek ama actions minimum 5 dakikada bir çalıştırıyor cronları. Eğer ben istediğim zaman göndermek istiyorum dersen repository_dispatch'e bakacaksın:
https://docs.github.com/en/actions/u...itory_dispatch