Blankscreen-exe / manage-readme-with-github-actions

Managing README.md with Github Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My README file

📌 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 the README.md will automatically be added by using the helpers/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 the README.md will automatically be removed by using the helpers/delete_line.py script.

List Of Files In docs/

About

Managing README.md with Github Actions


Languages

Language:Python 100.0%