Skip to content

Commit

Permalink
Removed unnecessary options in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Jan 24, 2022
1 parent 507c6ac commit 78a82e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ If you want to run this action in custom directory, specify `working-directory`:

```yml
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: <dir>
```

Expand Down Expand Up @@ -120,15 +119,13 @@ By default, this action will install your dependencies using `npm`. If you are u

```yml
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
package-manager: yarn
```

or

```yml
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
package-manager: pnpm
```

Expand All @@ -153,7 +150,6 @@ By default, this action will install dependencies and run the tests for you, gen

```yml
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-step: all
```

Expand All @@ -169,7 +165,6 @@ To change annotations, you have to set the annotations option as shown below:

```yml
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: none
```

Expand Down

0 comments on commit 78a82e3

Please sign in to comment.