This commit is contained in:
xrkffgg
2020-12-22 01:46:25 +08:00
parent f68fa4769d
commit 41f979f2ef
7 changed files with 446 additions and 57 deletions

View File

@@ -8,6 +8,11 @@ inputs:
github_token:
description: 'github_token'
default: ${{ github.token }}
outputs:
issue_number:
description: 'Create Issue Number'
comment-id:
description: 'Create comment ID'
runs:
using: node12
main: 'dist/index.js'