© 2023 Hashnode
#github-actions-1
Stages in GIT Working Directory:- In working directory, developers can make modification in files but its not marked as a part of git's versioning system as they will be present on local. This area i…
Github 👨💻... 𝐃𝐞𝐯𝐨𝐩𝐬 𝐗 𝐆𝐢𝐭𝐡𝐮𝐛 ... 🏬 𝐆𝐢𝐭𝐡𝐮𝐛 - It is a code hosting platform for version control and collaboration . It let you and other work together on project from anywhere 𝐁�…
Introduction: Picking Up Where We Left Off In the first part of our deep dive into GitHub Actions, we laid the foundation by exploring the basics of creating workflows, dissecting workflow files, and …
First of all we have github and AWS account Need to have a workflow as a main.yml file to integrate github to do the CI/CD workflow So Github will now be required to communicate with AWS account so we pass AWS credentials in Github workflow…
In today's interconnected world, APIs (Application Programming Interfaces) play a vital role in enabling communication and integration between different systems and services. While APIs are powerful t…
Automation is really important for performing mundane and redundant tasks like testing. When someone raises a new PR for your project, it's nice to have some tests running automatically. This saves a …
What is Github Action? GitHub Actions is a powerful workflow automation tool provided by GitHub. It automates tasks in software development. It helps you automate actions like testing, building, and d…
Key Points Must include a banner to your README file that describes you; alternatively, you may upload a gif that relates to your line of work. Add some points like:- Any project you are workin…
Chota Packet Bada Dhamaka About README.md file In order to provide other developers with a comprehensive overview of your GitHub project, a README file is crucial. A good README file will help you …
Hey there, fellow developer! Are you tired of losing track of your code changes or drowning in a sea of confusing file versions? Fear not, Git and GitHub are here to save the day! These powerful tools will help you manage your code, collabo…