An open API service indexing awesome lists of open source software.

https://github.com/vineyardbovines/strongbad-github-action

Github action to get a random Strong Bad email link as an output
https://github.com/vineyardbovines/strongbad-github-action

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Strong Bad Emails

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

## Usage

```yml
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 }}"
```