This is a project template. Meant to be forked and then develop based on the forked project
- Fork this repo
- Develop your script, e.g.
script.py
- Change
./.github/workflows/autocommit.yml
In sectionModify last update
You could add commands such asrun: | d=`date '+%Y-%m-%dT%H:%M:%SZ'` echo $d > LAST_UPDATED
And now for every scheduled execution, these two commands would be executed and the execution result(generated files) will be uploaded to the GitHub and saved as timely commitpip install -r requirements.txt python rsscloud.py