@@ -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 --save
27
+ $ npm install @actions/core
28
28
```
29
29
<br />
30
30
@@ -33,7 +33,7 @@ $ npm install @actions/core --save
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 --save
36
+ $ npm install @actions/exec
37
37
```
38
38
<br />
39
39
@@ -42,7 +42,7 @@ $ npm install @actions/exec --save
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 --save
45
+ $ npm install @actions/glob
46
46
```
47
47
<br />
48
48
@@ -51,7 +51,7 @@ $ npm install @actions/glob --save
51
51
Provides disk i/o functions like cp, mv, rmRF, find etc. Read more [ here] ( packages/io )
52
52
53
53
``` bash
54
- $ npm install @actions/io --save
54
+ $ npm install @actions/io
55
55
```
56
56
<br />
57
57
@@ -60,7 +60,7 @@ $ npm install @actions/io --save
60
60
Provides functions for downloading and caching tools. e.g. setup-* actions. Read more [ here] ( packages/tool-cache )
61
61
62
62
``` bash
63
- $ npm install @actions/tool-cache --save
63
+ $ npm install @actions/tool-cache
64
64
```
65
65
<br />
66
66
@@ -69,7 +69,7 @@ $ npm install @actions/tool-cache --save
69
69
Provides an Octokit client hydrated with the context that the current action is being run in. Read more [ here] ( packages/github )
70
70
71
71
``` bash
72
- $ npm install @actions/github --save
72
+ $ npm install @actions/github
73
73
```
74
74
<br />
75
75
@@ -78,7 +78,7 @@ $ npm install @actions/github --save
78
78
Provides functions to interact with actions artifacts. Read more [ here] ( packages/artifact )
79
79
80
80
``` bash
81
- $ npm install @actions/artifact --save
81
+ $ npm install @actions/artifact
82
82
```
83
83
<br />
84
84
0 commit comments