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 d329d86 commit 4e547a3Copy full SHA for 4e547a3
README.md
@@ -1,24 +1,17 @@
1
# install-cpm
2
-GitHub action to install App::cpm
3
4
-# Hello world javascript action
+GitHub action to install App::cpm
5
6
-This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
+This action installs 'cpm' as root so you can then use it in your workflow.
7
8
## Inputs
9
10
-### `who-to-greet`
11
-
12
-**Required** The name of the person to greet. Default `"World"`.
+none
13
14
## Outputs
15
16
-### `time`
17
18
-The time we greeted you.
19
20
## Example usage
21
22
-uses: actions/hello-world-javascript-action@v1
23
-with:
24
- who-to-greet: 'Mona the Octocat
+uses: perl-actions/install-cpm@v1
0 commit comments