DEV Community

Cover image for Where's Waldo Action
Alexandru Naiman
Alexandru Naiman

Posted on

Where's Waldo Action

My Workflow

Where's Waldo Action adds on a random position, line, and file, a Waldo -> ๑<{8D-/-<, reassuring the dev that he will never lose its job thanks to the bugs created.

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

Where's Waldo Action ๑<{8D-/-<

Action that adds on a random position, line, and file, a Waldo -> ๑<{8D-/-<, reassuring the dev that he will never lose its job thanks to the bugs created.

Where's Waldo 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

It adds ๑<{8D-/-< on a random position, line and file

Example Usage

on: [push]
jobs:
  where_s_waldo_job:
    runs-on: ubuntu-latest
    name: A job to test "Where's Waldo "
    steps:
      - name: Where's Waldo?
        id: waldo
        uses: alexnaiman/where-s-waldo-action@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}



Additional Resources / Info

Github Repo Demo here

Top comments (0)