Create blank.yml

This commit is contained in:
王戈wg
2021-07-29 10:13:59 +08:00
committed by GitHub
parent ac0daf4d5c
commit cbd3cf2b27

13
.github/workflows/blank.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
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) }}