Skip to content
play

GitHub Action

Tic Tac Toe Action

1.0.0 Latest version

Tic Tac Toe Action

play

Tic Tac Toe Action

Let's play some Tic Tac Toe :D

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Tic Tac Toe Action

uses: remcokranenburg/tic-tac-toe-action@1.0.0

Learn more about this action in remcokranenburg/tic-tac-toe-action

Choose a version

tic-tac-toe-action

Tic Tac Toe in your issue tracker!

Usage

name: Execute Tic Tac Toe Move

on:
  issue_comment:
    types: [ created ]
  workflow_dispatch:

jobs:
  execute-move:
    runs-on: ubuntu-latest
    steps:
      - name: Play Tic Tac Toe
        uses: remcokranenburg/tic-tac-toe-action@main
        with:
          token: ${{secrets.GITHUB_TOKEN}}