Skip to content

Commit 1b1e815

Browse files
Update README.md (#1719)
1 parent 525ebf0 commit 1b1e815

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The GitHub Actions ToolKit provides a set of packages to make creating actions e
2424
Provides functions for inputs, outputs, results, logging, secrets and variables. Read more [here](packages/core)
2525

2626
```bash
27-
$ npm install @actions/core
27+
npm install @actions/core
2828
```
2929
<br/>
3030

@@ -33,7 +33,7 @@ $ npm install @actions/core
3333
Provides functions to exec cli tools and process output. Read more [here](packages/exec)
3434

3535
```bash
36-
$ npm install @actions/exec
36+
npm install @actions/exec
3737
```
3838
<br/>
3939

@@ -42,7 +42,7 @@ $ npm install @actions/exec
4242
Provides functions to search for files matching glob patterns. Read more [here](packages/glob)
4343

4444
```bash
45-
$ npm install @actions/glob
45+
npm install @actions/glob
4646
```
4747
<br/>
4848

@@ -51,7 +51,7 @@ $ npm install @actions/glob
5151
A lightweight HTTP client optimized for building actions. Read more [here](packages/http-client)
5252

5353
```bash
54-
$ npm install @actions/http-client
54+
npm install @actions/http-client
5555
```
5656
<br/>
5757

@@ -60,7 +60,7 @@ $ npm install @actions/http-client
6060
Provides disk i/o functions like cp, mv, rmRF, which etc. Read more [here](packages/io)
6161

6262
```bash
63-
$ npm install @actions/io
63+
npm install @actions/io
6464
```
6565
<br/>
6666

@@ -71,7 +71,7 @@ Provides functions for downloading and caching tools. e.g. setup-* actions. Rea
7171
See @actions/cache for caching workflow dependencies.
7272

7373
```bash
74-
$ npm install @actions/tool-cache
74+
npm install @actions/tool-cache
7575
```
7676
<br/>
7777

@@ -80,7 +80,7 @@ $ npm install @actions/tool-cache
8080
Provides an Octokit client hydrated with the context that the current action is being run in. Read more [here](packages/github)
8181

8282
```bash
83-
$ npm install @actions/github
83+
npm install @actions/github
8484
```
8585
<br/>
8686

@@ -89,7 +89,7 @@ $ npm install @actions/github
8989
Provides functions to interact with actions artifacts. Read more [here](packages/artifact)
9090

9191
```bash
92-
$ npm install @actions/artifact
92+
npm install @actions/artifact
9393
```
9494
<br/>
9595

@@ -98,7 +98,7 @@ $ npm install @actions/artifact
9898
Provides functions to cache dependencies and build outputs to improve workflow execution time. Read more [here](packages/cache)
9999

100100
```bash
101-
$ npm install @actions/cache
101+
npm install @actions/cache
102102
```
103103
<br/>
104104

@@ -107,7 +107,7 @@ $ npm install @actions/cache
107107
Provides functions to write attestations for workflow artifacts. Read more [here](packages/attest)
108108

109109
```bash
110-
$ npm install @actions/attest
110+
npm install @actions/attest
111111
```
112112
<br/>
113113

0 commit comments

Comments
 (0)