Skip to content

Doarakko/draw-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

draw-action

Draw Yu-Gi-Oh! Card on GitHub issue.

example

It takes about 10 seconds to draw.

Inputs

github-token

Required The GitHub token used to create an authenticated client.

Example usage

name: Draw Yu-Gi-Oh! Card
on:
  issue_comment:
    types: [created, edited]

jobs:
  draw:
    runs-on: ubuntu-latest
    steps:
      - name: Draw Yu-Gi-Oh! Card on GitHub issue
        uses: Doarakko/draw-action@main
        if: >-
          contains(github.event.comment.body, 'draw')
          || contains(github.event.comment.body, 'ドロー')
        with:
          github-token: ${{secrets.GITHUB_TOKEN}}

Demo

Please comment "draw" to this issue!

Credits