Tic Tac Toe Action
ActionsTags
(2)Tic Tac Toe in your issue tracker!
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.