#automation
Read more stories on Hashnode
Articles with this tag
In my home i am running a NVR (Network Attached Video Recorder) which captures & stores all the CCTV recordings in my storage server. but the files...
You can publish the actions you have created to the GitHub Marketplace and share your actions with the GitHub community. Your repository must only...
GitHub actions, irrespective of the chosen environment, require a metadata file, which contains information such as title, description, author, etc.,...
Why use Github actions? Much of software development involves repetitive tasks, which consumes a major chunk of time. This time can be more...
The Github Action is a process that allows you to automate your software development workflow by making use of the built-in CI/CD mechanism. CI/CD...