mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-15 02:26:52 +00:00
Initial commit
This commit is contained in:
commit
cce71e2a2d
14 changed files with 5733 additions and 0 deletions
10
action.yml
Normal file
10
action.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: 'Your name here'
|
||||
description: 'Provide a description here'
|
||||
author: 'Your name or organization here'
|
||||
inputs:
|
||||
myInput: # change this
|
||||
description: 'input description here'
|
||||
default: 'default value if applicable'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
Loading…
Add table
Add a link
Reference in a new issue