Skip to content

Draw Yu-Gi-Oh! Card

Actions
Draw Yu-Gi-Oh! Card on GitHub issue
v1.3
Latest
Star (24)

Tags

 (1)

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

Draw Yu-Gi-Oh! Card is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Draw Yu-Gi-Oh! Card on GitHub issue
v1.3
Latest

Tags

 (1)

Draw Yu-Gi-Oh! Card is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.