We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f83e01 commit e58b93bCopy full SHA for e58b93b
action.yml
@@ -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."
+name: Global Workflows Support
+description: This action introduces support for global workflows.
5
inputs:
6
github_token:
7
description: >
@@ -40,8 +38,8 @@ inputs:
40
38
In the format `repo1,repo2`.
41
39
required: false
42
runs:
43
- using: "node12"
44
- main: "dist/index.js"
+ using: node12
+ main: dist/index.js
45
branding:
46
- icon: "compass"
47
- color: "gray-dark"
+ icon: compass
+ color: gray-dark
0 commit comments