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 4e547a3 commit 26943f3Copy full SHA for 26943f3
action.yml
@@ -1,13 +1,5 @@
1
-name: 'Hello World'
2
-description: 'Greet someone and record the time'
3
-inputs:
4
- who-to-greet: # id of input
5
- description: 'Who to greet'
6
- required: true
7
- default: 'World'
8
-outputs:
9
- time: # id of output
10
- description: 'The time we greeted you'
+name: 'install cpm'
+description: 'install App::cpm'
11
runs:
12
using: 'node12'
13
main: 'index.js'
0 commit comments