Winning Inaugural GitHub Actions Hackathon

less than 1 minute read

It was March 10th , 2020 . When I was scrolling through my LinkedIn feed and found a post by GitHub about GitHub Actions Hackathon . Just then Nation wide lockdown had started in India , I was able to find some time to work on this and by the end of the month I was able to submit my GitHub Action which made it to the list of eligible submissions , Row No 291 -> Official Winners List.

What is GitHub Actions

GitHub Actions help you automate your software development workflows in the same place you store code and collaborate on pull requests and issues. You can write individual tasks, called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.

What was my I trying to solve

I wanted to build a GitHub action which takes up source code of repository and with help of spec file builds RPM , which can be used as Release asset or uploaded as Artifact.

Check out the action in GitHub Marketplace RPM Build Action

Leave a Comment