Skip to content

Commit f658b80

Browse files
committedNov 15, 2024
Minor formatting changes
1 parent 970fe4a commit f658b80

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed
 

‎CODEOWNERS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# Repository CODEOWNERS
1+
############################################################################
2+
# Repository CODEOWNERS #
3+
# Order is important! The last matching pattern takes the most precedence. #
4+
############################################################################
25

6+
# Default owners, unless a later match takes precedence.
37
* @actions/actions-oss-maintainers

‎action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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
44

55
# Add your action's branding here. This will appear on the GitHub Marketplace.
66
branding:
7-
icon: 'heart'
8-
color: 'red'
7+
icon: heart
8+
color: red
99

1010
# Define your inputs here.
1111
inputs:
1212
milliseconds:
13-
description: 'Your input description here'
13+
description: Your input description here
1414
required: true
1515
default: '1000'
1616

1717
# Define your outputs here.
1818
outputs:
1919
time:
20-
description: 'Your output description here'
20+
description: Your output description here
2121

2222
runs:
2323
using: node20

0 commit comments

Comments
 (0)
Please sign in to comment.