Skip to content

Commit 734fe9f

Browse files
author
Atsushi Abe
authored
Update README.md
1 parent 3adfbcd commit 734fe9f

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# CentOS-Build
2-
LTFS build environemt on CentOS
1+
# LTFS Build docker action for CentOS7
2+
3+
This action builds the LTFS package on CentOS7
4+
5+
## Inputs
6+
7+
### `destination`
8+
9+
**required** Destination of install。 Default is `/tmp/ltfs`
10+
11+
## Output
12+
13+
None
14+
15+
## Usage
16+
17+
```
18+
uses: LinearTapeFileSystem/CentOS7-Build@v1.0
19+
with:
20+
destination: '/tmp/ltfs'
21+
```

0 commit comments

Comments
 (0)