️寻找五子棋互动游戏开发的技术支持 #1201
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: gege-circle/github-action@master | |
env: | |
TOKEN: ${{ github.token }} | |
REPOSITORY: ${{ github.repository }} | |
EVENT: ${{ toJson(github.event) }} |