gretzky / strongbad-github-action

Github action to get a random Strong Bad email link as an output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strong Bad Emails

Github action that outputs a random Strong Bad email link from YouTube.

Usage

on: [push]

jobs:
  hello_world_job:
    runs-on: ubuntu-latest
    name: Get a Strong Bad email
    steps:
      - name: Generate an email link
        id: strongbad
        uses: gretzky/strongbad-github-action@v0.1.0

      - name: Get the email link
        run: echo "${{ steps.strongbad.outputs.email }}"

About

Github action to get a random Strong Bad email link as an output


Languages

Language:JavaScript 100.0%