#web-development
Read more stories on Hashnode
Articles with this tag
Introduction In GitHub Actions, variables store reusable, nonsensitive information like usernames, paths, or configurations. A variable can be scoped...
Introduction The working directory plays an important role with GitHub Actions in placing your scripts and commands in the right position. By default,...
Introduction GitHub Actions provide two ways of storing files: caching for things like dependencies and artifacts for the results of a job, such as...
Introduction Conditional execution of jobs is one of those powerful features you find in GitHub Actions, underutilized at times. It enables you to...
Introduction We wanted to give a summary of some of the best CI/CD tools available on the market. This will help us in refining our choice with...
Introduction One of the most overlooked aspects when using GitHub Actions is tracking the status of builds and workflows. Many DevOps professionals...