Skip to content

Commit e58b93b

Browse files
committed
chore: update actions.yml description to match limits
1 parent 9f83e01 commit e58b93b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

action.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
name: "Global Workflows Support"
2-
description: >
3-
This action introduces support for global workflows.
4-
Global workflows are the one you update in just one repo and they are automatically updated in other repositories."
1+
name: Global Workflows Support
2+
description: This action introduces support for global workflows.
53
inputs:
64
github_token:
75
description: >
@@ -40,8 +38,8 @@ inputs:
4038
In the format `repo1,repo2`.
4139
required: false
4240
runs:
43-
using: "node12"
44-
main: "dist/index.js"
41+
using: node12
42+
main: dist/index.js
4543
branding:
46-
icon: "compass"
47-
color: "gray-dark"
44+
icon: compass
45+
color: gray-dark

0 commit comments

Comments
 (0)