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 cb1819a commit 8855f61Copy full SHA for 8855f61
README.md
@@ -77,14 +77,14 @@ The action accepts some properties:
77
78
To work on the codebase you have to install all the dependencies:
79
80
-```sh
81
-# npm install
+```
+npm install
82
```
83
84
To run tests:
85
86
87
-# npm run test
+npm run test
88
89
90
See the [official Github documentation][pat-docs] to know more about Personal Access Tokens.
0 commit comments