@@ -24,7 +24,7 @@ The GitHub Actions ToolKit provides a set of packages to make creating actions e
24
24
Provides functions for inputs, outputs, results, logging, secrets and variables. Read more [ here] ( packages/core )
25
25
26
26
``` bash
27
- $ npm install @actions/core
27
+ npm install @actions/core
28
28
```
29
29
<br />
30
30
@@ -33,7 +33,7 @@ $ npm install @actions/core
33
33
Provides functions to exec cli tools and process output. Read more [ here] ( packages/exec )
34
34
35
35
``` bash
36
- $ npm install @actions/exec
36
+ npm install @actions/exec
37
37
```
38
38
<br />
39
39
@@ -42,7 +42,7 @@ $ npm install @actions/exec
42
42
Provides functions to search for files matching glob patterns. Read more [ here] ( packages/glob )
43
43
44
44
``` bash
45
- $ npm install @actions/glob
45
+ npm install @actions/glob
46
46
```
47
47
<br />
48
48
@@ -51,7 +51,7 @@ $ npm install @actions/glob
51
51
A lightweight HTTP client optimized for building actions. Read more [ here] ( packages/http-client )
52
52
53
53
``` bash
54
- $ npm install @actions/http-client
54
+ npm install @actions/http-client
55
55
```
56
56
<br />
57
57
@@ -60,7 +60,7 @@ $ npm install @actions/http-client
60
60
Provides disk i/o functions like cp, mv, rmRF, which etc. Read more [ here] ( packages/io )
61
61
62
62
``` bash
63
- $ npm install @actions/io
63
+ npm install @actions/io
64
64
```
65
65
<br />
66
66
@@ -71,7 +71,7 @@ Provides functions for downloading and caching tools. e.g. setup-* actions. Rea
71
71
See @actions/cache for caching workflow dependencies.
72
72
73
73
``` bash
74
- $ npm install @actions/tool-cache
74
+ npm install @actions/tool-cache
75
75
```
76
76
<br />
77
77
@@ -80,7 +80,7 @@ $ npm install @actions/tool-cache
80
80
Provides an Octokit client hydrated with the context that the current action is being run in. Read more [ here] ( packages/github )
81
81
82
82
``` bash
83
- $ npm install @actions/github
83
+ npm install @actions/github
84
84
```
85
85
<br />
86
86
@@ -89,7 +89,7 @@ $ npm install @actions/github
89
89
Provides functions to interact with actions artifacts. Read more [ here] ( packages/artifact )
90
90
91
91
``` bash
92
- $ npm install @actions/artifact
92
+ npm install @actions/artifact
93
93
```
94
94
<br />
95
95
@@ -98,7 +98,7 @@ $ npm install @actions/artifact
98
98
Provides functions to cache dependencies and build outputs to improve workflow execution time. Read more [ here] ( packages/cache )
99
99
100
100
``` bash
101
- $ npm install @actions/cache
101
+ npm install @actions/cache
102
102
```
103
103
<br />
104
104
@@ -107,7 +107,7 @@ $ npm install @actions/cache
107
107
Provides functions to write attestations for workflow artifacts. Read more [ here] ( packages/attest )
108
108
109
109
``` bash
110
- $ npm install @actions/attest
110
+ npm install @actions/attest
111
111
```
112
112
<br />
113
113
0 commit comments