Skip to content

Tic Tac Toe Action

Actions
Let s play some Tic Tac Toe :D
1.0.0
Latest
Star (5)

Tags

 (2)

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}}

Tic Tac Toe Action 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

Let s play some Tic Tac Toe :D
1.0.0
Latest

Tags

 (2)

Tic Tac Toe Action 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.