File tree Expand file tree Collapse file tree 7 files changed +517
-9
lines changed Expand file tree Collapse file tree 7 files changed +517
-9
lines changed Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments