Skip to content

actions-bot which executes a python script roughly every 8 minutes that appends information to a text file

Notifications You must be signed in to change notification settings

BorisDundakov/PythonAutomation2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project incudes:

1. A workflow, that is executed every 8 minutes:

1.1. This workflow sets up the environment to run a python script

1.2 This worfkflow runs this script

2. This python script does the following:

2.1. Creates a file called 'useless_info.txt' if such doesn't exists

2.2. Opens the file and writes a random value inside of it

2.3. Writes the current date and time

3. Commits the changes to Github, all done through Github Actions

About

actions-bot which executes a python script roughly every 8 minutes that appends information to a text file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages