Delete workflows directory

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

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