Skip to content

learn-with-varunsridharan/github-action

Repository files navigation

Learning Github Actions - Understanding, creating and working with actions

Blog series written by me about Understanding GitHub Actions & Creating a Github Action

Please Check The Series @ Hashnode


How To Create A Github Action In Docker How To Create A Github Action In Docker
In the previous blog, we have learnt how to create Github actions using Node.js. In this blog we will learn how to build a Github action using Docker. This will be similar to the simple action in Node.js, which will greet the user and set an output v...



Creating Github Action Using NodeJS With Github API Creating Github Action Using NodeJS With Github API
In the previous blog titled How To Create A GitHub Action In NodeJS we understood on who to create Github Actions using NodeJS. In this post we will learn how to create github action which interacts with Github API using actions/core AND actions/gith...



How To Create A GitHub Action In NodeJS How To Create A GitHub Action In NodeJS
This guide uses the GitHub Actions Toolkit Nodejs module to speed up development. For more information, see the actions/toolkit repository.

To ensure your JavaScript actions are compatible with all GitHub-hosted runners ( Ubuntu, Windows, & macOS ),...



Creating and working with action.yml Creating and working with action.yml
GitHub actions, irrespective of the chosen environment, require a metadata file, which contains information such as title, description, author, etc., and also defines the inputs, outputs and entry-point for the action. GitHub uses this file to unders...



The why, how and creation of GitHub actions The why, how and creation of GitHub actions
Why use Github actions? Much of software development involves repetitive tasks, which consumes a major chunk of time. This time can be more efficiently used by the developers in actually producing code, instead of on these repetitive tasks, which can...



What is Github Action? What is Github Action?
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 (Continuous Integration, Continuous Deployment, and Delivery) is a process that reduces the repetitive ...



---

💰 Sponsor

I fell in love with open-source in 2013 and there has been no looking back since! You can read more about me here. If you, or your company, use any of my projects or like what I’m doing, kindly consider backing me. I'm in this for the long run.

  • ☕ How about we get to know each other over coffee? Buy me a cup for just $9.99
  • ☕️☕️ How about buying me just 2 cups of coffee each month? You can do that for as little as $9.99
  • 🔰 We love bettering open-source projects. Support 1-hour of open-source maintenance for $24.99 one-time?
  • 🚀 Love open-source tools? Me too! How about supporting one hour of open-source development for just $49.99 one-time ?

📣 Feedback

  • ⭐ This repository if this project helped you! 😉
  • Create An 🔧 Issue if you need help / found a bug

Connect & Say 👋


Built With ♥ By Varun Sridharan