Skip to content

Commit

Permalink
chore: update actions.yml description to match limits
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Nov 24, 2020
1 parent 9f83e01 commit e58b93b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: "Global Workflows Support"
description: >
This action introduces support for global workflows.
Global workflows are the one you update in just one repo and they are automatically updated in other repositories."
name: Global Workflows Support
description: This action introduces support for global workflows.
inputs:
github_token:
description: >
Expand Down Expand Up @@ -40,8 +38,8 @@ inputs:
In the format `repo1,repo2`.
required: false
runs:
using: "node12"
main: "dist/index.js"
using: node12
main: dist/index.js
branding:
icon: "compass"
color: "gray-dark"
icon: compass
color: gray-dark

0 comments on commit e58b93b

Please sign in to comment.