Delete blank.yml

This commit is contained in:
王戈wg
2021-07-27 10:14:34 +08:00
committed by GitHub
parent d31156884c
commit 15731dd3c9

View File

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