Skip to content

Commit 087ada9

Browse files
authored
Merge 456dec2 into 1a999d6
2 parents 1a999d6 + 456dec2 commit 087ada9

File tree

7 files changed

+517
-9
lines changed

7 files changed

+517
-9
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: "Add comment to current PR"
2+
description: "Adds a comment to current PR"
3+
inputs:
4+
token:
5+
description: "GitHub access token"
6+
required: true
7+
default: ""
8+
action-id:
9+
description: "GitHub Action ID"
10+
required: true
11+
default: ""
12+
package-name:
13+
description: "Name of the package being released"
14+
required: true
15+
default: "Something like buildpack-ubuntu2004"
16+
package-version:
17+
description: "Version of the package being released"
18+
required: true
19+
default: "Something like 1.0.0"
20+
artifact:
21+
description: "Name of the artifact"
22+
required: true
23+
default: "Something like buildpack-ubuntu2004-d12f0d12c9f69baa7b825033b2f9c89acea738bf1ae734efa4b343833f897e1d"
24+
runs:
25+
using: "node12"
26+
main: "dist/index.js"

0 commit comments

Comments
 (0)