📌 This repository is part of a medum.com blog that I have written.
The blog itself discusses how we can use the Github Actions to amnipulate our files in the repository. I also discussed how we can use
GITHUB_TOKEN
to authorized actions which include manipulating our repository's files and folders.See the blog here.
This README.md
file is auto written by Github Actions. The list below is a list of files you will see in the docs/
directory.
-
If any markdown file is created inside the
docs/
directory, a list item here in theREADME.md
will automatically be added by using thehelpers/add_to_list.py
script. -
If any markdown file is updated inside the
docs/
directory, no action will be taken. -
If any markdown file is deleted inside the
docs/
directory, the corresponding list item here in theREADME.md
will automatically be removed by using thehelpers/delete_line.py
script.