File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- # Repository CODEOWNERS
1
+ # ###########################################################################
2
+ # Repository CODEOWNERS #
3
+ # Order is important! The last matching pattern takes the most precedence. #
4
+ # ###########################################################################
2
5
6
+ # Default owners, unless a later match takes precedence.
3
7
* @ actions/actions-oss-maintainers
Original file line number Diff line number Diff line change 1
- name : ' The name of your action here'
2
- description : ' Provide a description here'
3
- author : ' Your name or organization here'
1
+ name : The name of your action here
2
+ description : Provide a description here
3
+ author : Your name or organization here
4
4
5
5
# Add your action's branding here. This will appear on the GitHub Marketplace.
6
6
branding :
7
- icon : ' heart'
8
- color : ' red'
7
+ icon : heart
8
+ color : red
9
9
10
10
# Define your inputs here.
11
11
inputs :
12
12
milliseconds :
13
- description : ' Your input description here'
13
+ description : Your input description here
14
14
required : true
15
15
default : ' 1000'
16
16
17
17
# Define your outputs here.
18
18
outputs :
19
19
time :
20
- description : ' Your output description here'
20
+ description : Your output description here
21
21
22
22
runs :
23
23
using : node20
You can’t perform that action at this time.
0 commit comments