Skip to content

Commit a6ea285

Browse files
committed
Documentation
1 parent 774fb35 commit a6ea285

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# Github-Actions-init
1+
# Github Actions init
2+
3+
Initialize Github Actions workflows for Node.js projects
4+
5+
Code checkout, setup SSH, setup Node.js and npm cache, install npm dependencies,
6+
and install test reporters.
7+
8+
## inputs
9+
10+
All inputs are optional, using their default values if not provided.
11+
12+
- `node_auth_token`: Github authentication token for installing private npm
13+
dependencies.
14+
- `node-version`: Node.js version to use.
15+
- `ref`: Git ref to checkout.
16+
- `ssh-private-key`: SSH private key for installing private npm dependencies.
17+
- `test-reporters`: Test reporters to install.

0 commit comments

Comments
 (0)