Skip to content

Commit 3c2d41a

Browse files
committed
style(action): adjust action definition style & descriptions
1 parent 635eb1d commit 3c2d41a

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

action.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
---
2-
name: "Python Semantic Release - Publish"
2+
name: Python Semantic Release - Publish
33

4-
description: "Publish Python Wheels and Other Artefacts to GitHub Releases"
4+
description: Publish Artifacts & Assets to GitHub Releases
55

6-
inputs:
7-
root_options:
8-
description: |
9-
Additional options for the root `semantic-release` command.
10-
Example: -vv --noop
11-
required: false
12-
default: "-v"
6+
branding:
7+
icon: upload
8+
color: orange
139

10+
inputs:
1411
directory:
1512
description: |
16-
Sub-directory to cd into before running semantic-release publish
13+
Sub-directory to change into before running semantic-release publish
1714
default: "."
1815
required: false
1916

2017
github_token:
2118
description: |
22-
GitHub token used to upload artefacts. Requires permission to create and
19+
GitHub token used to upload artifacts. Requires permission to create and
2320
edit releases.
2421
required: true
2522

23+
root_options:
24+
description: |
25+
Additional options for the root `semantic-release` command.
26+
Example: -vv --noop
27+
required: false
28+
default: "-v"
29+
2630
tag:
2731
description: |
2832
The tag corresponding to the GitHub Release that the artifacts should
@@ -31,5 +35,5 @@ inputs:
3135
required: false
3236

3337
runs:
34-
using: "docker"
35-
image: "Dockerfile"
38+
using: docker
39+
image: Dockerfile

0 commit comments

Comments
 (0)