alexnaiman

Alexandru Naiman

Posted on September 14, 2020

Rick Roll Action

My Workflow

Action that turns any package.json's start into a RickRoll using this amazing bash script

It runs directly into the terminal, also with music 😄

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

RickRoll Action

Action that turns any package.json's start into a RickRoll using this amazing bash script

RickRoll Action is an Github action created for the dev.to's ActionsHackathon

Inputs

github-token

Required Github token to have access to the repo

Outputs

Transform all npm start scripts into RickRoll's

Example Usage

on: [push]
  jobs:
    rick_roll_job:
      runs-on: ubuntu-latest
      name: Never Gonna Give You Up
      steps:
        - name: Never Gonna Let You down
          id: rick
          uses: alexnaiman/Rick-Roll-Action@v1
          with:
            github-token: ${{ secrets.GITHUB_TOKEN }}
Enter fullscreen mode Exit fullscreen mode



Additional Resources / Info

Github Demo App Here

💖 💪 🙅 🚩
alexnaiman
Alexandru Naiman

Posted on September 14, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Rick Roll Action
actionshackathon Rick Roll Action

September 14, 2020