DEV Community

Ratheshan Sathiyamoorthy
Ratheshan Sathiyamoorthy

Posted on

Greetings For You!

My Workflow

MY REPOSITORY
My-JS-Action

Throughout the entire hackathon process I learned quite a new things and improved my knowledge on how effective GITHUB Actions is. Within this submission I created my own greeting workflow which greets me whenever it triggers on making a new pull request or commit!

Snippet of my workflow

Image description

Snippet of the recent workflow triggered events

Image description

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

{% https://github.com/Ratheshan03/My-JS-Action/blob/main/action.yml %}

Additional Info

Hi there! I'm Ratheshan Sathiyamoorthy, a second year undergraduate pursuing BSc Computer Science and this is my first time trying out GITHUB Actions.

Over the days of learning GITHUB Actions, On my point of view, GitHub Actions is a tool that allows to reduce the chain of actions necessary for the execution of code, by creating a workflow responsible for the Pipeline. Being configurable for GitHub to react to certain events automatically according to our preferences.

Further, after getting knowing the fundamentals of GITHUB Actions now I would like to explore on this field of automating our workflows and getting curious to create more robust, useful and effective GitHub action workflows for my day today work as well for the community.

Thankyou DEV COMMUNITY AND GITHUB for organizing ActionsHackathon2021.

Additional Resources

For the starters who getting started with GitHub actions try these documentations and links
References:
-OFFICIAL DOCUMENTATION
-Features
-BLOG POSTS

Happy Coding :)

Top comments (0)