Create blank.yml
This commit is contained in:
13
.github/workflows/blank.yml
vendored
Normal file
13
.github/workflows/blank.yml
vendored
Normal 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) }}
|
||||
Reference in New Issue
Block a user