mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
test
This commit is contained in:
13
action.yml
Normal file
13
action.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: '🤖 Issue Helper'
|
||||
description: 'Some operations on issue'
|
||||
author: 'xrkffgg'
|
||||
branding:
|
||||
icon: 'message-square'
|
||||
color: 'blue'
|
||||
inputs:
|
||||
github_token:
|
||||
description: 'github_token'
|
||||
default: ${{ github.token }}
|
||||
runs:
|
||||
using: node12
|
||||
main: 'dist/index.js'
|
Reference in New Issue
Block a user